-
Notifications
You must be signed in to change notification settings - Fork 211
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
can we use a gpu for increased speed and use of a bigger better llama2 model #7
Comments
two changes needed : uninstall ctrasnformers and re-install with |
Thanks @alior101, it worked! |
Hello, llm = CTransformers(model=cfg.MODEL_BIN_PATH, and reinstall ctransformers (0.2.27) but seems still running very slow seems never use GPU then I tried "python main.py "hello"" it takes 300+s to answer |
Hi @alexng88 , I am also facing the same issues, did you get any solutions? |
is there instructs for that - most of us AI folk have good gpus - seems silly not to use them.
The text was updated successfully, but these errors were encountered: