Zack Saadioui
8/26/2024
1
2
bash
pip install torch torchvision torchaudio1
2
bash
huggingface-cli download TheBloke/deepseek-coder-33B-instruct-GGUF1
2
3
4
text
model=deepseek-coder:33b-instruct-q4_K_M
num_gpu=1  # Adjust according to how many GPUs you want to use.
num_ctx=2048  # Context size for generating text.1
2
bash
ollama run deepseek-coder:33b-instruct1
num_gpuCopyright © Arsturn 2025