Tongcheng Li
Tongcheng Li
Sometimes randomly, I get "I'm sorry, but I don't have access to your codebase." answers, even if I am at the same file.
### Question I have a question when running the command line version of LLaVA, sometimes it seems the prompt printed out isn't exactly my prompt, for example:  You can...
Hi there, I have tried four times to solve FunCaptcha, but it always returns ERROR_CAPTCHA_UNSOLVABLE after waiting for 40-80sec. Any thoughts why? I tried both the python wrapper and URL...
I have a question about not sure how to show both the training loss and the validation set loss during training in wandb, by default, what I see in wandb...
如果你遇到问题需要我们帮助,你可以从以下角度描述你的信息,以便于我们可以理解或者复现你的错误(学会如何提问不仅是能帮助我们理解你,也是一个自查的过程): 1、你使用了哪个脚本、使用的什么命令 scripts/generate.sh 生成UI之后对UI 提问. 2、你的参数是什么(脚本参数、命令参数) 脚本参数: TOT_CUDA="0" CUDA_VISIBLE_DEVICES=${TOT_CUDA} python generate.py \ --model_path "yahma/llama-7b-hf" \ --lora_path "/home/ubuntu/Chinese-Vicuna/lora-Vicuna-11600/" \ --use_local 0 \ --use_typewriter 1 命令参数: UI的input -  3、你是否修改过我们的代码 没修改. 4、你用的哪个数据集...