chore: change model_name_or_path

This commit is contained in:
wql 2024-08-21 13:15:54 +08:00
parent 9525725e56
commit 3fdf2cb71a
25 changed files with 25 additions and 25 deletions

View File

@ -1,5 +1,5 @@
### model ### model
model_name_or_path: baichuan-inc/baichuan-7B model_name_or_path: ../../llm/baichuan
### method ### method
do_predict: true do_predict: true

View File

@ -1,5 +1,5 @@
### model ### model
model_name_or_path: baichuan-inc/baichuan-7B model_name_or_path: ../../llm/baichuan
### method ### method
do_predict: true do_predict: true

View File

@ -1,5 +1,5 @@
### model ### model
model_name_or_path: baichuan-inc/baichuan-7B model_name_or_path: ../../llm/baichuan
### method ### method
do_predict: true do_predict: true

View File

@ -1,5 +1,5 @@
### model ### model
model_name_or_path: baichuan-inc/baichuan-7B model_name_or_path: ../../llm/baichuan
### method ### method
do_predict: true do_predict: true

View File

@ -1,5 +1,5 @@
### model ### model
model_name_or_path: baichuan-inc/baichuan-7B model_name_or_path: ../../llm/baichuan
### method ### method
do_predict: true do_predict: true

View File

@ -1,5 +1,5 @@
### model ### model
model_name_or_path: baichuan-inc/baichuan-7B model_name_or_path: ../../llm/baichuan
### method ### method
do_predict: true do_predict: true

View File

@ -1,5 +1,5 @@
### model ### model
model_name_or_path: qwen/Qwen-7B model_name_or_path: ../../llm/qwen
### method ### method
do_predict: true do_predict: true

View File

@ -1,5 +1,5 @@
### model ### model
model_name_or_path: qwen/Qwen-7B model_name_or_path: ../../llm/qwen
### method ### method
do_predict: true do_predict: true

View File

@ -1,5 +1,5 @@
### model ### model
model_name_or_path: qwen/Qwen-7B model_name_or_path: ../../llm/qwen
### method ### method
do_predict: true do_predict: true

View File

@ -1,5 +1,5 @@
### model ### model
model_name_or_path: qwen/Qwen-7B model_name_or_path: ../../llm/qwen
### method ### method
do_predict: true do_predict: true

View File

@ -1,5 +1,5 @@
### model ### model
model_name_or_path: qwen/Qwen-7B model_name_or_path: ../../llm/qwen
### method ### method
do_predict: true do_predict: true

View File

@ -1,5 +1,5 @@
### model ### model
model_name_or_path: qwen/Qwen-7B model_name_or_path: ../../llm/qwen
### method ### method
do_predict: true do_predict: true

View File

@ -1,5 +1,5 @@
### model ### model
model_name_or_path: baichuan-inc/baichuan-7B model_name_or_path: ../../llm/baichuan
### method ### method
stage: sft stage: sft

View File

@ -1,5 +1,5 @@
### model ### model
model_name_or_path: baichuan-inc/baichuan-7B model_name_or_path: ../../llm/baichuan
### method ### method
stage: sft stage: sft

View File

@ -1,5 +1,5 @@
### model ### model
model_name_or_path: baichuan-inc/baichuan-7B model_name_or_path: ../../llm/baichuan
### method ### method
stage: sft stage: sft

View File

@ -1,5 +1,5 @@
### model ### model
model_name_or_path: baichuan-inc/baichuan-7B model_name_or_path: ../../llm/baichuan
### method ### method
stage: sft stage: sft

View File

@ -1,5 +1,5 @@
### model ### model
model_name_or_path: baichuan-inc/baichuan-7B model_name_or_path: ../../llm/baichuan
### method ### method
stage: sft stage: sft

View File

@ -1,5 +1,5 @@
### model ### model
model_name_or_path: baichuan-inc/baichuan-7B model_name_or_path: ../../llm/baichuan
### method ### method
stage: sft stage: sft

View File

@ -1,5 +1,5 @@
### model ### model
model_name_or_path: qwen/Qwen-7B model_name_or_path: ../../llm/qwen
### method ### method
stage: sft stage: sft

View File

@ -1,5 +1,5 @@
### model ### model
model_name_or_path: qwen/Qwen-7B model_name_or_path: ../../llm/qwen
### method ### method
stage: sft stage: sft

View File

@ -1,5 +1,5 @@
### model ### model
model_name_or_path: qwen/Qwen-7B model_name_or_path: ../../llm/qwen
### method ### method
stage: sft stage: sft

View File

@ -1,5 +1,5 @@
### model ### model
model_name_or_path: qwen/Qwen-7B model_name_or_path: ../../llm/qwen
### method ### method
stage: sft stage: sft

View File

@ -1,5 +1,5 @@
### model ### model
model_name_or_path: qwen/Qwen-7B model_name_or_path: ../../llm/qwen
### method ### method
stage: sft stage: sft

View File

@ -1,5 +1,5 @@
### model ### model
model_name_or_path: qwen/Qwen-7B model_name_or_path: ../../llm/qwen
### method ### method
stage: sft stage: sft

View File

@ -26,7 +26,7 @@ def main():
cur_time = time.strftime("%Y-%m-%d %H:%M:%S", time.localtime()), cur_time = time.strftime("%Y-%m-%d %H:%M:%S", time.localtime()),
all_gpu_status = all_gpu_status all_gpu_status = all_gpu_status
) )
with open("./results/gpu_status.json", "a", encoding="utf-8") as f: with open("./results/gpu_status_0821.json", "a", encoding="utf-8") as f:
f.write(json.dumps(logs) + "\n") f.write(json.dumps(logs) + "\n")
print(logs) print(logs)
time.sleep(60) time.sleep(60)