Spaces:
Build error
Build error
Update tune-mac.sh
Browse files- scripts/tune-mac.sh +7 -5
scripts/tune-mac.sh
CHANGED
@@ -12,12 +12,14 @@ lscpu
|
|
12 |
grep MemTotal /proc/meminfo
|
13 |
|
14 |
#pip install -r requirements.txt
|
15 |
-
cd ../LLaMA-Factory && pip install -e .[torch,metrics,vllm] && cd -
|
16 |
|
17 |
-
./scripts/tune-lf.sh internlm internlm2_5-7b-chat intern2
|
18 |
|
19 |
-
./scripts/tune-lf.sh Qwen Qwen2-7B-Instruct qwen
|
20 |
|
21 |
-
./scripts/tune-lf.sh shenzhi-wang Mistral-7B-v0.3-Chinese-Chat mistral
|
22 |
|
23 |
-
./scripts/tune-lf.sh shenzhi-wang Llama3.1-8B-Chinese-Chat llama3
|
|
|
|
|
|
12 |
grep MemTotal /proc/meminfo
|
13 |
|
14 |
#pip install -r requirements.txt
|
15 |
+
# cd ../LLaMA-Factory && pip install -e .[torch,metrics,vllm] && cd -
|
16 |
|
17 |
+
# ./scripts/tune-lf.sh internlm internlm2_5-7b-chat intern2
|
18 |
|
19 |
+
# ./scripts/tune-lf.sh Qwen Qwen2-7B-Instruct qwen
|
20 |
|
21 |
+
# ./scripts/tune-lf.sh shenzhi-wang Mistral-7B-v0.3-Chinese-Chat mistral
|
22 |
|
23 |
+
# ./scripts/tune-lf.sh shenzhi-wang Llama3.1-8B-Chinese-Chat llama3
|
24 |
+
|
25 |
+
./scripts/tune-lf.sh microsoft Phi-3.5-mini-instruct phi
|