Zack Saadioui
8/26/2024
1
2
bash
pip install torch torchvision torchaudio
1
2
bash
huggingface-cli download TheBloke/deepseek-coder-33B-instruct-GGUF
1
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-instruct
1
num_gpu
Copyright © Arsturn 2024