Spaces:
Runtime error
Runtime error
Commit
·
2444964
1
Parent(s):
2baca0d
test
Browse files
app.py
CHANGED
@@ -3,14 +3,6 @@ from transformers import AutoTokenizer, AutoModelForCausalLM
|
|
3 |
import time
|
4 |
import os
|
5 |
import openai
|
6 |
-
import json
|
7 |
-
import re
|
8 |
-
import io
|
9 |
-
import IPython.display
|
10 |
-
from PIL import Image
|
11 |
-
import base64
|
12 |
-
import requests, json
|
13 |
-
requests.adapters.DEFAULT_TIMEOUT = 60
|
14 |
|
15 |
# Load the Vicuna 7B v1.3 LMSys model and tokenizer
|
16 |
model_name = "lmsys/vicuna-7b-v1.3"
|
|
|
3 |
import time
|
4 |
import os
|
5 |
import openai
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
|
7 |
# Load the Vicuna 7B v1.3 LMSys model and tokenizer
|
8 |
model_name = "lmsys/vicuna-7b-v1.3"
|