Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -118,4 +118,7 @@ if st.session_state["model_loaded"]:
|
|
118 |
text = (llm_chain.predict(instruction=query, answers=answers))
|
119 |
|
120 |
st.text_area("Result",text)
|
|
|
|
|
|
|
121 |
cuda.empty_cache()
|
|
|
118 |
text = (llm_chain.predict(instruction=query, answers=answers))
|
119 |
|
120 |
st.text_area("Result",text)
|
121 |
+
cuda.empty_cache()
|
122 |
+
cuda.empty_cache()
|
123 |
+
cuda.empty_cache()
|
124 |
cuda.empty_cache()
|