mirror of
https://github.com/deepseek-ai/DeepSeek-Coder.git
synced 2025-04-19 10:09:14 -04: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
|
|
|