zhangfan-algo

Results 26 comments of zhangfan-algo

torchrun --nproc_per_node ${num_gpu_per_node} --master_port ${master_port} --master_addr ${master_addr} --node_rank ${node_rank} --rdzv_backend=c10d --rdzv_endpoint=$master_addr src/train_sft.py \ --do_eval \ --dataset alpaca_gpt4_en \ --model_name_or_path /apps1/zhangfan/ChatGLM-Efficient-Tuning/fintune_model/chatglm2-0627 \ --output_dir /apps1/zhangfan/ChatGLM-Efficient-Tuning/eval_result \ --per_device_eval_batch_size 10 \ --max_samples 100 \...

我也报了同样的错 需要更新哪些文件呢

Can you provide a script for converting the format?

InternVL-2已经出来了

> @hjh0119 大佬什么时候可以支持一下呀

@Jintao-Huang 大佬 这个模型我们什么可以支持微调呀 评测很强的

Traceback (most recent call last): File "/mnt/pfs/zhangfan/study_info/swift_0311/examples/pytorch/llm/llm_infer.py", line 7, in result = infer_main() File "/mnt/pfs/zhangfan/study_info/swift_0311/swift/utils/run_utils.py", line 31, in x_main result = llm_x(args, **kwargs) File "/mnt/pfs/zhangfan/study_info/swift_0311/swift/llm/infer.py", line 229, in llm_infer llm_engine,...

4卡有的请求还会报错 Exception in thread Thread-8 (_handle_results): Traceback (most recent call last): File "/mnt/pfs/zhangfan/system/anaconda/envs/llama-factory/lib/python3.10/threading.py", line 1016, in _bootstrap_inner self.run() File "/mnt/pfs/zhangfan/system/anaconda/envs/llama-factory/lib/python3.10/site-packages/ipykernel/ipkernel.py", line 761, in run_closure _threading_Thread_run(self) File "/mnt/pfs/zhangfan/system/anaconda/envs/llama-factory/lib/python3.10/threading.py", line 953, in...