wispig
wispig
Hello. I want to post some files to remote server.But I have not found how to post. In python, I can post file like this: ``` import requests payload =...
When I run a local model, GPU is used, but the CPU is 100%, and it will be crashed.  
当我运行finetune.sh时,报如下错误: OSError: Not enough disk space. Needed: Unknown size (download: Unknown size, generated: Unknown size, post-processed: Unknown size) 数据集使用的是:文档提供的百度网盘的instruction数据 运行环境是docker:python3.8+cuda11.6
I want to know how to post a file, can you give me a example ? Thanks !!!
当我指定从某个checkpoint开始训练时,报如下错误: 训练参数如下: ``` deepspeed --num_gpus 4 dbgpt_hub/train/sft_train.py \ --deepspeed dbgpt_hub/configs/ds_config.json \ --model_name_or_path /data/llm/CodeLlama-13b-Instruct-hf \ --do_train \ --dataset example_text2sql_train \ --max_source_length 2048 \ --max_target_length 512 \ --template llama2 \ --finetuning_type lora...
 请问这是什么问题
I want to post some files to remote server.But I found that the urequests.post() doesn`t have parameter files. this is in python: ``` import requests payload = {} files =...