Create alternative requirements.txt with AMD and Metal wheels (#4052)
This commit is contained in:
parent
9de2dfa887
commit
2e7b6b0014
13 changed files with 336 additions and 66 deletions
|
@ -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).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue