Upload PerceptronAI_Isaac-0.1_0.txt with huggingface_hub
Browse files
PerceptronAI_Isaac-0.1_0.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
Traceback (most recent call last):
|
| 2 |
-
File "/tmp/PerceptronAI_Isaac-0.
|
| 3 |
pipe = pipeline("text-generation", model="PerceptronAI/Isaac-0.1", trust_remote_code=True)
|
| 4 |
File "/tmp/.cache/uv/environments-v2/b8a9880c6678d1a4/lib/python3.13/site-packages/transformers/pipelines/__init__.py", line 922, in pipeline
|
| 5 |
config = AutoConfig.from_pretrained(
|
|
@@ -21,4 +21,4 @@ Traceback (most recent call last):
|
|
| 21 |
raise ImportError(
|
| 22 |
...<2 lines>...
|
| 23 |
)
|
| 24 |
-
ImportError: This modeling file requires the following packages that were not found in your environment:
|
|
|
|
| 1 |
Traceback (most recent call last):
|
| 2 |
+
File "/tmp/PerceptronAI_Isaac-0.1_01HJXzU.py", line 16, in <module>
|
| 3 |
pipe = pipeline("text-generation", model="PerceptronAI/Isaac-0.1", trust_remote_code=True)
|
| 4 |
File "/tmp/.cache/uv/environments-v2/b8a9880c6678d1a4/lib/python3.13/site-packages/transformers/pipelines/__init__.py", line 922, in pipeline
|
| 5 |
config = AutoConfig.from_pretrained(
|
|
|
|
| 21 |
raise ImportError(
|
| 22 |
...<2 lines>...
|
| 23 |
)
|
| 24 |
+
ImportError: This modeling file requires the following packages that were not found in your environment: perceptron. Run `pip install perceptron`
|