Jiabin Tang

Results 9 comments of Jiabin Tang
trafficstars

Me too! Also ask how to train lora for Vicuna.

I have not run it successfully, because even I used the lora train, there is still a Out-of-memery error in my GPU (3090-24G) when I fine tune 7B base model....

> milestone May I ask have you address it? Or any quick fix for pretraining on opentext?

> ```python > mean > ``` Thank you very much for the quick reply! Because this model is deprecated, do you consider to provide the original feature processing script for...

Could you please help me? @xingyaoww @shubhamofbce

> Can you try to `curl http://localhost:39013/alive` to see if it is working? > > > I open http://localhost:39013/, and the page shows that: > > {"detail":"Not Found"} > >...

> 帮我写一个multi-head attention 模块 It seems that I set the http_proxy and https_proxy to access the openai so that the error occur: ```bash export http_proxy="http://127.0.0.1:7890" export https_proxy="http://127.0.0.1:7890" export DEBUG=1 poetry...

> ah, I see - your HTTP/HTTPS proxy also impacts the requests sent to the runtime client. I don't think we yet support setting HTTP/HTTPS proxy for only LLM calls....

> I'm running the code from a dedicated conda env, via COMPLETION_MODEL=gpt-4o-mini auto main. The coe starts i choose create agent editor and input the exact prompt in the example:...