-
i was trying out the latest winglian/axolotl-cloud:0.5.2 Right after starting training used the adopt_adamw optimizer i get: ImportError: cannot import name '_device_dtype_check_for_fused' from 'torch.optim.optimizer' (/root/miniconda3/envs/py3.11/lib/python3.11/site-packages/torch/optim/optimizer.py) I fell back to adamw_torch and it works fine. I probably did not read something i was supposed to. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Try this tag. https://hub.docker.com/layers/axolotlai/axolotl-cloud/main-20241123-py3.11-cu124-2.5.1/images/sha256-15306041c9dddd1332204b2faf0ae6b04d5fde1d7215b0b4227a0947ff327028?context=explore I think the default tag is PyTorch 2.3.1 still and adopt requires a higher version of torch iirc. |
Beta Was this translation helpful? Give feedback.
Try this tag. https://hub.docker.com/layers/axolotlai/axolotl-cloud/main-20241123-py3.11-cu124-2.5.1/images/sha256-15306041c9dddd1332204b2faf0ae6b04d5fde1d7215b0b4227a0947ff327028?context=explore I think the default tag is PyTorch 2.3.1 still and adopt requires a higher version of torch iirc.