Spaces:
Runtime error
Runtime error
Commit
·
53c66bb
1
Parent(s):
48b2cb9
updated reqs
Browse files- app.py +0 -1
- requirements.txt +1 -1
app.py
CHANGED
@@ -5,7 +5,6 @@ import spacy
|
|
5 |
import time
|
6 |
import os
|
7 |
import openai
|
8 |
-
import en_core_web_sm
|
9 |
|
10 |
# Load the Vicuna 7B model and tokenizer
|
11 |
vicuna_tokenizer = AutoTokenizer.from_pretrained("lmsys/vicuna-7b-v1.3")
|
|
|
5 |
import time
|
6 |
import os
|
7 |
import openai
|
|
|
8 |
|
9 |
# Load the Vicuna 7B model and tokenizer
|
10 |
vicuna_tokenizer = AutoTokenizer.from_pretrained("lmsys/vicuna-7b-v1.3")
|
requirements.txt
CHANGED
@@ -8,4 +8,4 @@ gpt2
|
|
8 |
nltk
|
9 |
lftk
|
10 |
spacy
|
11 |
-
en_core_web_sm
|
|
|
8 |
nltk
|
9 |
lftk
|
10 |
spacy
|
11 |
+
!pip install https://huggingface.co/spacy/en_core_web_sm/resolve/main/en_core_web_sm-any-py3-none-any.whl
|