Skip to content

Commit

Permalink
Create helper for folks installing on Apple Silicon: constraints-appl…
Browse files Browse the repository at this point in the history
…e-silicon.txt
  • Loading branch information
uogbuji committed Nov 19, 2023
1 parent bf8993d commit 4fff7f7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions util/constraints-apple-silicon.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Constraints file for installing requirements for various LLM libs, with all the attendant DLL hell
# Use with pip install … --constraint=constraints-apple-silicon.txt
# Some sources:
# https://github.com/unixwzrd/oobabooga-macOS/
# https://github.com/oobabooga/text-generation-webui/blob/main/requirements_apple_silicon.txt
# Recommended to install PyTorch from nightly
accelerate==0.24.*
exllamav2==0.0.8
gradio==3.50.*
numpy==1.24.*
optimum==1.14.0
peft==0.6.*
Pillow>=9.5.0
safetensors==0.4.0
transformers==4.35.*

0 comments on commit 4fff7f7

Please sign in to comment.