mirror of
https://github.com/deepseek-ai/DeepSeek-Coder
synced 2025-04-07 22:14:22 +00:00
5 lines
95 B
Bash
Executable File
5 lines
95 B
Bash
Executable File
#!/bin/bash
|
|
pip install -r requirements.txt
|
|
DS_BUILD_CPU_ADAM=1 pip install deepspeed==0.14.5
|
|
|