Skip to content

Commit

Permalink
Merge branch 'main' of github.com:uogbuji/OgbujiPT
Browse files Browse the repository at this point in the history
  • Loading branch information
choccccy committed Nov 21, 2023
2 parents 3dc6d8f + 4fff7f7 commit 1ece32b
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 1ece32b

Please sign in to comment.