smithblack-0 commited on
Commit
d8a6746
·
verified ·
1 Parent(s): 3d06a2c

Upload ray-results/ray_hf_storage_smoke_1777053022/trainable_229ee_00002_2_x=5.0000_2026-04-24_17-50-55/error.txt with huggingface_hub

Browse files
ray-results/ray_hf_storage_smoke_1777053022/trainable_229ee_00002_2_x=5.0000_2026-04-24_17-50-55/error.txt ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Failure # 1 (occurred at 2026-04-24_17-51-15)
2
+ ray::ImplicitFunc.train() (pid=3908, ip=172.28.0.12, actor_id=a4063969c12bf4ff926128ce01000000, repr=trainable)
3
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5
+ File "/usr/local/lib/python3.12/dist-packages/ray/tune/trainable/trainable.py", line 324, in train
6
+ raise skipped from exception_cause(skipped)
7
+ File "/usr/local/lib/python3.12/dist-packages/ray/air/_internal/util.py", line 98, in run
8
+ self._ret = self._target(*self._args, **self._kwargs)
9
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
10
+ File "/usr/local/lib/python3.12/dist-packages/ray/tune/trainable/function_trainable.py", line 44, in <lambda>
11
+ training_func=lambda: self._trainable_func(self.config),
12
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
13
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
14
+ File "/usr/local/lib/python3.12/dist-packages/ray/tune/trainable/function_trainable.py", line 249, in _trainable_func
15
+ output = fn()
16
+ ^^^^
17
+ File "/tmp/ipykernel_1679/78945800.py", line 38, in trainable
18
+ File "/usr/local/lib/python3.12/dist-packages/ray/train/v2/_internal/util.py", line 268, in _wrapped_fn
19
+ raise DeprecationWarning(
20
+ DeprecationWarning: `ray.train.get_context` is deprecated when running in a function passed to Ray Tune. Please use the equivalent `ray.tune` API instead. See this issue for more context: https://github.com/ray-project/ray/issues/49454