-
Notifications
You must be signed in to change notification settings - Fork 10.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It's strange to return after executing the command #122
Comments
That's normal behaviour currently. People are working on chat interfaces and Python bindings. |
Why can't I talk like chatgpt after executing the command according to the prompt |
Because it is not ChatGPT. The command line interface was provided as a simple way to get the model up and running. Note that there is an interactive mode, but it isn't very user friendly:
Check out dalai llama for a quick way to get the 7B model running using Node.js and a simple web-based UI. |
Not sure what these other responses are. copy this into it:
this is your command,
change it to:
(note we now use the file as input instead of your prompt) (also made your -n bigger) keep in mind due to issue #71 these prompts will have to be short, but ideally you can input massive files so it is super fine tuned. also wtf is with your -t, are you sure you have 64 threads and the memory bandwidth for that? it prob only needs like -t 8 lmao as the bot progresses and you give questions with answers you really like, you can delete ones you don't like and replace it with the user/bob that you do like. Make sure the formatting is neat for optimal reading. edit: |
./main -m ./models/7B/ggml-model-q4_0.bin -t 64 -n 256 --repeat_penalty 1.0 --color -i -r "User:" -p 'What is your name?'
![image](https://user-images.githubusercontent.com/17468133/224920438-696f3b65-bc7c-42d9-ab10-a46b686dcb47.png)
Is it because I haven't installed something?
Centos 7
The text was updated successfully, but these errors were encountered: