Spaces:
Runtime error
Runtime error
Update bones.py
Browse files
bones.py
CHANGED
|
@@ -7,7 +7,7 @@ from langchain.memory import ConversationBufferMemory
|
|
| 7 |
from langchain.chat_models import ChatOpenAI
|
| 8 |
from langchain.embeddings import HuggingFaceEmbeddings
|
| 9 |
from langchain import HuggingFaceHub
|
| 10 |
-
from
|
| 11 |
from huggingface_hub import hf_hub_download
|
| 12 |
import param
|
| 13 |
import os
|
|
|
|
| 7 |
from langchain.chat_models import ChatOpenAI
|
| 8 |
from langchain.embeddings import HuggingFaceEmbeddings
|
| 9 |
from langchain import HuggingFaceHub
|
| 10 |
+
from llamacppmodels import LlamaCpp #from langchain.llms import LlamaCpp
|
| 11 |
from huggingface_hub import hf_hub_download
|
| 12 |
import param
|
| 13 |
import os
|