Upload Salesforce_CoDA-v0-Instruct_1.txt with huggingface_hub
Browse files
Salesforce_CoDA-v0-Instruct_1.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
Traceback (most recent call last):
|
| 2 |
-
File "/tmp/Salesforce_CoDA-v0-
|
| 3 |
model = AutoModel.from_pretrained("Salesforce/CoDA-v0-Instruct", trust_remote_code=True, torch_dtype="auto")
|
| 4 |
File "/tmp/.cache/uv/environments-v2/f5cacc24669b9318/lib/python3.13/site-packages/transformers/models/auto/auto_factory.py", line 597, in from_pretrained
|
| 5 |
return model_class.from_pretrained(
|
|
@@ -12,10 +12,10 @@ Traceback (most recent call last):
|
|
| 12 |
return func(*args, **kwargs)
|
| 13 |
File "/tmp/.cache/uv/environments-v2/f5cacc24669b9318/lib/python3.13/site-packages/transformers/modeling_utils.py", line 4974, in from_pretrained
|
| 14 |
model = cls(config, *model_args, **model_kwargs)
|
| 15 |
-
File "/tmp/.cache/huggingface/modules/transformers_modules/Salesforce/CoDA_hyphen_v0_hyphen_Instruct/
|
| 16 |
self.model = CoDAModel(config)
|
| 17 |
~~~~~~~~~^^^^^^^^
|
| 18 |
-
File "/tmp/.cache/huggingface/modules/transformers_modules/Salesforce/CoDA_hyphen_v0_hyphen_Instruct/
|
| 19 |
super().__init__(config=config)
|
| 20 |
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
|
| 21 |
File "/tmp/.cache/uv/environments-v2/f5cacc24669b9318/lib/python3.13/site-packages/transformers/modeling_utils.py", line 2080, in __init__
|
|
|
|
| 1 |
Traceback (most recent call last):
|
| 2 |
+
File "/tmp/Salesforce_CoDA-v0-Instruct_1ihvYTl.py", line 15, in <module>
|
| 3 |
model = AutoModel.from_pretrained("Salesforce/CoDA-v0-Instruct", trust_remote_code=True, torch_dtype="auto")
|
| 4 |
File "/tmp/.cache/uv/environments-v2/f5cacc24669b9318/lib/python3.13/site-packages/transformers/models/auto/auto_factory.py", line 597, in from_pretrained
|
| 5 |
return model_class.from_pretrained(
|
|
|
|
| 12 |
return func(*args, **kwargs)
|
| 13 |
File "/tmp/.cache/uv/environments-v2/f5cacc24669b9318/lib/python3.13/site-packages/transformers/modeling_utils.py", line 4974, in from_pretrained
|
| 14 |
model = cls(config, *model_args, **model_kwargs)
|
| 15 |
+
File "/tmp/.cache/huggingface/modules/transformers_modules/Salesforce/CoDA_hyphen_v0_hyphen_Instruct/f2d40ce1282766e2c9fbf5ca62c611817164a246/modeling_coda.py", line 372, in __init__
|
| 16 |
self.model = CoDAModel(config)
|
| 17 |
~~~~~~~~~^^^^^^^^
|
| 18 |
+
File "/tmp/.cache/huggingface/modules/transformers_modules/Salesforce/CoDA_hyphen_v0_hyphen_Instruct/f2d40ce1282766e2c9fbf5ca62c611817164a246/modeling_coda.py", line 268, in __init__
|
| 19 |
super().__init__(config=config)
|
| 20 |
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
|
| 21 |
File "/tmp/.cache/uv/environments-v2/f5cacc24669b9318/lib/python3.13/site-packages/transformers/modeling_utils.py", line 2080, in __init__
|