zhtet commited on
Commit
9ebd130
1 Parent(s): ad2d0d7

Update models/llamaCustom.py

Browse files
Files changed (1) hide show
  1. 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: