FastChat
FastChat copied to clipboard
An open platform for training, serving, and evaluating large language models. Release repo for Vicuna and Chatbot Arena.
 When executing the command“”python -m fastchat.serve.model_worker --model-path E:\model\fastchat\model_weights\vicuna-7b, an error message as shown in the picture appears. Although the encoding configuration of PyCharm has been changed to UTF-8, the...
Can this be integrated https://github.com/wbbeyourself/SCM4LLMs the Authors claim that it can be .
Hei, I get the following error : `ValueError: Unknown model list mode: reload`. I see in the code that the reload mode is not implemented anymore, should the argument be...
Hi @yantao0527 @infwinston @Mearman @zhisbug @jegonzal , I've got a question, I have let's say a book on NLP and I want to use Vicuna in such a way that...
Here's the version I used: vicuna13b-delta-V1.1 python 3.9 transformers 4.28.1 fschat 0.2.3 When I running the merged vicuna13b, typing text into the console displays an error. May I ask what...
When I use this command I get ``` python3 -m fastchat.serve.cli --model-path vicuna-7b --device mps --load-8bit ``` I used RTX3080 and could already work under CUDA by replacing special_tokens_map.json and...
Is the data not created by OpenAI, making it not available to be trained on commercially to make models competitive with OpenAI's models? can you please expand on this important...
I met error when loading the UI , test_message passed I followed the steps: 1.Launch the controller 2.Launch the model_worker 3. serve.test_message [ok] 4. Launch the Gradio web server Errors...
Dear FastChat Developers, I am part of a research group working with integrating Semantic Web-based Knowledge Graphs and LLMs such as Vicuna. We are working on an open-source research project,...