Views
No views yet
llama.cpp and ollama.unsloth/DeepSeek-R1-Distill-Llama-8BQ8_0 GGUFllama.cpp or ollama for inference.llama.cpp./main -m deepseek-medical-q8_0.gguf --temp 0.7 -p "A 61-year-old woman with involuntary urine loss during coughing but no leakage at night undergoes a gynecological exam and Q-tip test. What would cystometry reveal about residual volume and detrusor contractions?"ollamaOllama model directory:mv deepseek-medical-q8_0.gguf ~/.ollama/modelsmodelfile:FROM deepseek-medical-q8_0.ggufollama run deepseek-medical-q8_0 "A 61-year-old woman with involuntary urine loss during coughing but no leakage at night undergoes a gynecological exam and Q-tip test. What would cystometry reveal about residual volume and detrusor contractions?"