Create alternative requirements.txt with AMD and Metal wheels (#4052)

This commit is contained in:
oobabooga 2023-09-24 09:58:29 -03:00 committed by GitHub
parent 9de2dfa887
commit 2e7b6b0014
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 336 additions and 66 deletions

View file

@ -108,11 +108,11 @@ pip install -r requirements.txt
1) Replace the last command above with
```
pip install -r requirements_nocuda.txt
pip install -r requirements_nowheels.txt
```
2) Manually install llama-cpp-python using the appropriate command for your hardware: [Installation from PyPI](https://github.com/abetlen/llama-cpp-python#installation-from-pypi).
3) Do the same for CTransformers: [Installation](https://github.com/marella/ctransformers#installation).
4) AMD: Manually install AutoGPTQ: [Installation](https://github.com/PanQiWei/AutoGPTQ#installation).