jackangel commited on
Commit
0670e63
·
verified ·
1 Parent(s): 01bb04b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,6 +1,7 @@
1
  import gradio as gr
2
  from huggingface_hub import hf_hub_download
3
  from llama_cpp import Llama
 
4
 
5
  ## Download the GGUF model
6
  model_name = "jackangel/LLama_3_Instruct_SPFx_Docs_Unsloth"
 
1
  import gradio as gr
2
  from huggingface_hub import hf_hub_download
3
  from llama_cpp import Llama
4
+ import psutil
5
 
6
  ## Download the GGUF model
7
  model_name = "jackangel/LLama_3_Instruct_SPFx_Docs_Unsloth"