Skip to content

Commit

Permalink
Removing unneeded requirement from basic tutorial snippet
Browse files Browse the repository at this point in the history
  • Loading branch information
noamgat committed Nov 28, 2023
1 parent a7e5862 commit 221b5f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ This project solves the issues by filtering the tokens that the language model i
## Basic Tutorial
```python
# Requirements if running from Google Colab with a T4 GPU.
!pip install transformers torch lm-format-enforcer huggingface_hub optimum langchain langchain-experimental
!pip install transformers torch lm-format-enforcer huggingface_hub optimum
!pip install auto-gptq --extra-index-url https://huggingface.github.io/autogptq-index/whl/cu118/

from pydantic import BaseModel
Expand Down

0 comments on commit 221b5f2

Please sign in to comment.