Results 7 issues of 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. ![image](https://github.com/ollama/ollama/assets/68416779/2dc6dbf4-b786-4250-9996-20915a5b5ee5) ![image](https://github.com/ollama/ollama/assets/68416779/89c31672-2d47-4cd1-ad34-9e47fb2063af)

gpu

当我运行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...

![image](https://github.com/scutcyr/SoulChat/assets/68416779/e5e0c188-4339-4e33-865a-b0c82e7f30e7) 请问这是什么问题

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 =...