From 221b5f228cac6244b5d1a9cde7582107c602dafd Mon Sep 17 00:00:00 2001 From: Noam Gat Date: Tue, 28 Nov 2023 08:36:49 +0200 Subject: [PATCH] Removing unneeded requirement from basic tutorial snippet --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 68c79b5..6f5b3f1 100644 --- a/README.md +++ b/README.md @@ -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