Spaces:
Sleeping
Sleeping
research14
commited on
Commit
•
1fa987e
1
Parent(s):
1fa2ae5
commit
Browse files- run_llm.py +0 -2
run_llm.py
CHANGED
@@ -9,8 +9,6 @@ import requests
|
|
9 |
from tqdm import tqdm
|
10 |
import torch
|
11 |
from transformers import AutoTokenizer, AutoModelForCausalLM, LlamaForCausalLM, LlamaTokenizer
|
12 |
-
from huggingface_hub import HfApi
|
13 |
-
api = HfApi()
|
14 |
|
15 |
from fastchat.model import load_model, get_conversation_template, add_model_args
|
16 |
|
|
|
9 |
from tqdm import tqdm
|
10 |
import torch
|
11 |
from transformers import AutoTokenizer, AutoModelForCausalLM, LlamaForCausalLM, LlamaTokenizer
|
|
|
|
|
12 |
|
13 |
from fastchat.model import load_model, get_conversation_template, add_model_args
|
14 |
|