Upload PerceptronAI_Isaac-0.1_1.txt with huggingface_hub
Browse files
PerceptronAI_Isaac-0.1_1.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
Traceback (most recent call last):
|
| 2 |
-
File "/tmp/PerceptronAI_Isaac-0.
|
| 3 |
model = AutoModelForCausalLM.from_pretrained("PerceptronAI/Isaac-0.1", trust_remote_code=True, torch_dtype="auto")
|
| 4 |
File "/tmp/.cache/uv/environments-v2/ea6fc86d68164277/lib/python3.13/site-packages/transformers/models/auto/auto_factory.py", line 549, in from_pretrained
|
| 5 |
config, kwargs = AutoConfig.from_pretrained(
|
|
@@ -27,4 +27,4 @@ Traceback (most recent call last):
|
|
| 27 |
raise ImportError(
|
| 28 |
...<2 lines>...
|
| 29 |
)
|
| 30 |
-
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_1I8rpPf.py", line 15, in <module>
|
| 3 |
model = AutoModelForCausalLM.from_pretrained("PerceptronAI/Isaac-0.1", trust_remote_code=True, torch_dtype="auto")
|
| 4 |
File "/tmp/.cache/uv/environments-v2/ea6fc86d68164277/lib/python3.13/site-packages/transformers/models/auto/auto_factory.py", line 549, in from_pretrained
|
| 5 |
config, kwargs = AutoConfig.from_pretrained(
|
|
|
|
| 27 |
raise ImportError(
|
| 28 |
...<2 lines>...
|
| 29 |
)
|
| 30 |
+
ImportError: This modeling file requires the following packages that were not found in your environment: perceptron. Run `pip install perceptron`
|