Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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"
|