Spaces:
Running
on
A10G
Running
on
A10G
Update app.py (#45)
Browse files- Update app.py (dda1ec9fce3ff87c994d121061e8310f4ec8c97d)
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)
|