Spaces:
Runtime error
Runtime error
lorocksUMD
commited on
Commit
•
599f85f
1
Parent(s):
1a0d875
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ client = InferenceClient("HuggingFaceH4/zephyr-7b-beta")
|
|
12 |
|
13 |
model_path = "liuhaotian/llava-v1.6-mistral-7b"
|
14 |
model_name = get_model_name_from_path(model_path)
|
15 |
-
tokenizer = AutoTokenizer.from_pretrained(model_path)
|
16 |
# model = LlavaMistralForCausalLM.from_pretrained(
|
17 |
# model_path,
|
18 |
# low_cpu_mem_usage=True,
|
|
|
12 |
|
13 |
model_path = "liuhaotian/llava-v1.6-mistral-7b"
|
14 |
model_name = get_model_name_from_path(model_path)
|
15 |
+
# tokenizer = AutoTokenizer.from_pretrained(model_path)
|
16 |
# model = LlavaMistralForCausalLM.from_pretrained(
|
17 |
# model_path,
|
18 |
# low_cpu_mem_usage=True,
|