Spaces:
Runtime error
Runtime error
fix next steps
Browse files
app.py
CHANGED
|
@@ -1,7 +1,6 @@
|
|
| 1 |
from huggingface_hub import hf_hub_download
|
| 2 |
import logging
|
| 3 |
import sys
|
| 4 |
-
from torch import cuda
|
| 5 |
import gradio as gr
|
| 6 |
from llama_index.llms.llama_utils import messages_to_prompt, completion_to_prompt
|
| 7 |
from llama_index.llms import LlamaCPP
|
|
|
|
| 1 |
from huggingface_hub import hf_hub_download
|
| 2 |
import logging
|
| 3 |
import sys
|
|
|
|
| 4 |
import gradio as gr
|
| 5 |
from llama_index.llms.llama_utils import messages_to_prompt, completion_to_prompt
|
| 6 |
from llama_index.llms import LlamaCPP
|