You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current timm was config erroring on runpod using pytorch v2.4 and cuda124 with python 311
runpod/pytorch:2.4.0-py3.11-cuda12.4.1-devel-ubuntu22.04
Some sort of vitmaxx class error that kept occurring; it's inconsequential, as it seemed to be brought on by the older timm.
Using this in the reqs seems to have solved the config problems, but brought out a couple minimal quirks along the way with GUI buttons and selection.
Seems it only gets one item when you try to load using the load button when loading a folder; rather than loading a singular json file. It's a non-critical error that didn't require a gui restart. Otherwise I haven't seen much in terms of quirks at immediate glance when working with loras. There could be other problems, it's a fairly expansive UI, but this seems to work for the LORA trainer.
timm==1.0.14
The text was updated successfully, but these errors were encountered:
Current timm was config erroring on runpod using pytorch v2.4 and cuda124 with python 311
runpod/pytorch:2.4.0-py3.11-cuda12.4.1-devel-ubuntu22.04
Some sort of vitmaxx class error that kept occurring; it's inconsequential, as it seemed to be brought on by the older timm.
Using this in the reqs seems to have solved the config problems, but brought out a couple minimal quirks along the way with GUI buttons and selection.
Seems it only gets one item when you try to load using the load button when loading a folder; rather than loading a singular json file. It's a non-critical error that didn't require a gui restart. Otherwise I haven't seen much in terms of quirks at immediate glance when working with loras. There could be other problems, it's a fairly expansive UI, but this seems to work for the LORA trainer.
timm==1.0.14
The text was updated successfully, but these errors were encountered: