Skip to content

Commit

Permalink
slim down requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
jimdowling committed May 7, 2024
1 parent ebeff87 commit 3c64d4a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 27 deletions.
12 changes: 7 additions & 5 deletions notebooks/ch03/requirements-llm.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# LLM libraries
gradio==3.40.1
getpass4==0.0.14.1

transformers==4.38.2
sentencepiece==0.2.0
langchain==0.1.11
accelerate==0.27.2
langchain==0.1.10
bitsandbytes==0.42.0
accelerate==0.27.2

# UI in python
gradio== 4.21.0
# OpenAI
openai==1.14.3
22 changes: 0 additions & 22 deletions notebooks/ch03/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,25 +18,3 @@ scikit-learn==1.4.1.post1
# Plot charts
matplotlib==3.8.3


# OpenAI
openai==1.14.3

# UI
#gradio==4.21.0
gradio==3.40.1
getpass4==0.0.14.1

transformers==4.38.2
langchain==0.1.10
bitsandbytes==0.42.0
accelerate==0.27.2

#jinja2==3.1.2

#flask-sqlalchemy==3.1.1
#streamlit==1.31.1
#sentencepiece==0.2.0
#nbconvert
#ipykernel
#protobuf==3.20.0

0 comments on commit 3c64d4a

Please sign in to comment.