Skip to content

Commit

Permalink
update manual build docs
Browse files Browse the repository at this point in the history
  • Loading branch information
matatonic committed Jun 17, 2024
1 parent eb52ccc commit 2d9d3b8
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 @@ -235,7 +235,7 @@ docker compose -f docker-compose.alt.yml pull

```shell
# install the python dependencies
pip install -U -r requirements.txt "transformers>=4.39.0" autoawq
pip install -U -r requirements.txt "transformers>=4.41.2" "autoawq>=0.2.5"
# OR install the python dependencies for the alt version
pip install -U -r requirements.txt "transformers==4.36.2"
# run the server with your chosen model
Expand Down

0 comments on commit 2d9d3b8

Please sign in to comment.