Spaces:
Runtime error
Runtime error
Update agent.py
Browse files
agent.py
CHANGED
|
@@ -19,6 +19,7 @@ from transformers import AutoTokenizer, AutoModelForCausalLM, pipeline
|
|
| 19 |
from langchain_community.llms import HuggingFacePipeline
|
| 20 |
import torch
|
| 21 |
|
|
|
|
| 22 |
|
| 23 |
|
| 24 |
|
|
|
|
| 19 |
from langchain_community.llms import HuggingFacePipeline
|
| 20 |
import torch
|
| 21 |
|
| 22 |
+
#
|
| 23 |
|
| 24 |
|
| 25 |
|