Spaces:
Running
on
A10G
Running
on
A10G
Update app.py
#45
by
reach-vb
HF staff
- opened
app.py
CHANGED
@@ -13,7 +13,7 @@ from gradio_huggingfacehub_search import HuggingfaceHubSearch
|
|
13 |
|
14 |
from textwrap import dedent
|
15 |
|
16 |
-
LLAMA_LIKE_ARCHS = ["MistralForCausalLM",
|
17 |
|
18 |
def script_to_use(model_id, api):
|
19 |
info = api.model_info(model_id)
|
|
|
13 |
|
14 |
from textwrap import dedent
|
15 |
|
16 |
+
LLAMA_LIKE_ARCHS = ["MistralForCausalLM",]
|
17 |
|
18 |
def script_to_use(model_id, api):
|
19 |
info = api.model_info(model_id)
|