Something went wrong Expecting value: line 1 column 1 (char 0)
cainiaoDJ opened this issue · 3 comments
cainiaoDJ commented
deep-diver commented
what is your environment? OS, model
cainiaoDJ commented
cat /proc/version
Linux version 5.4.0-139-generic (buildd@lcy02-amd64-112) (gcc version 9.4.0 (Ubuntu 9.4.0-1ubuntu1~20.04.1)) #156-Ubuntu SMP Fri Jan 20 17:27:18 UTC 2023
the step is :
$ BASE_URL=decapoda-research/llama-7b-hf
$ FINETUNED_CKPT_URL=tloen/alpaca-lora-7b
$ python app.py --base_url $BASE_URL --ft_ckpt_url $FINETUNED_CKPT_URL --port 6006
cainiaoDJ commented
unset http_proxy to solve this error. It works fine now!