Spaces:
Sleeping
Sleeping
PolPC13 commited on
Commit ·
74d146e
1
Parent(s): ad49ff1
Modified prompt.yaml.
Browse files- tools/new_tools.py +1 -2
tools/new_tools.py
CHANGED
|
@@ -1,7 +1,6 @@
|
|
| 1 |
from smolagents import Tool
|
| 2 |
from transformers import AutoProcessor
|
| 3 |
-
|
| 4 |
-
from qwen_vl_utils import Qwen2_5_VLForConditionalGeneration # adjust import to your setup
|
| 5 |
# from langchain_community.retrievers import WikipediaRetriever # or your existing retriever
|
| 6 |
try:
|
| 7 |
import torch
|
|
|
|
| 1 |
from smolagents import Tool
|
| 2 |
from transformers import AutoProcessor
|
| 3 |
+
# adjust import to your setup
|
|
|
|
| 4 |
# from langchain_community.retrievers import WikipediaRetriever # or your existing retriever
|
| 5 |
try:
|
| 6 |
import torch
|