Spaces:
Sleeping
Sleeping
Update models/llamaCustom.py
Browse files- models/llamaCustom.py +0 -1
models/llamaCustom.py
CHANGED
|
@@ -71,7 +71,6 @@ class CustomLLM(LLM):
|
|
| 71 |
def _llm_type(self) -> str:
|
| 72 |
return "custom"
|
| 73 |
|
| 74 |
-
@st.cache_resource
|
| 75 |
class LlamaCustom:
|
| 76 |
|
| 77 |
def __init__(self, model_name: str) -> None:
|
|
|
|
| 71 |
def _llm_type(self) -> str:
|
| 72 |
return "custom"
|
| 73 |
|
|
|
|
| 74 |
class LlamaCustom:
|
| 75 |
|
| 76 |
def __init__(self, model_name: str) -> None:
|