-
Notifications
You must be signed in to change notification settings - Fork 59
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
Making the code VENV friendly #1
Comments
Thanks for suggestions! We will continue to improve GPT4Tools. |
Great ! At the moment, I'm having problems actually getting the code to work. For whatever reason when I specify --base_model and --lora_model arguments, I get back that the arguments are unrecognized: `Welcome to bitsandbytes. For bug reports, please submit your error trace to: https://github.com/TimDettmers/bitsandbytes/issues CUDA SETUP: CUDA runtime path found: /usr/local/cuda-11.8/lib64/libcudart.so usage: gpt4tools.py [-h] [--notebook] [--chat] [--cai-chat] [--model MODEL] [--lora LORA] [--model-dir MODEL_DIR] [--lora-dir LORA_DIR] [--model-menu] [--no-stream] [--settings SETTINGS] |
Try this one?
|
That is basically the same command, which also returns arguments not recognized. There is another glaringly obvious issue here as well that you do not support safetensors which I was trying to use, but before I can even tackle that I would like to get to a point where at least I get an error about it. I will deploy a clean VENV and try again on my end to exclude a possibility of corruption. |
Thank you for sharing the code from your research with the public.
Please consider a few suggestions that I think would improve usability of your code, and make it more friendly:
Cheers!
The text was updated successfully, but these errors were encountered: