Adam Lugowski
Adam Lugowski
Good point, Jupyter tab completion does pick up a lot of this. My workflow is generally PyCharm's tab completion, which is generally very good but based on static analysis instead...
Seeing the same issue with a fresh pip install on Ubuntu using H100.
My traceback: ``` [rank6]: Traceback (most recent call last): [rank6]: File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main [rank6]: return _run_code(code, main_globals, None, [rank6]: File "/usr/lib/python3.10/runpy.py", line 86, in _run_code [rank6]: exec(code,...
I narrowed down the timeframe of the bug. The docker image `winglian/axolotl:main-20240608-py3.10-cu118-2.1.2` works, but the next day's image, `winglian/axolotl:main-20240609-py3.10-cu118-2.1.2` shows the error. So use a version of Axolotl from before...
It looks like this PR caused it: https://github.com/OpenAccess-AI-Collective/axolotl/pull/1695 (commit `18cabc0c461c9178c90fcb080e40e7daa9c6c6f8`) Using the commit right before works: ```bash git checkout ed8ef6537182fe516a2940355f7e34a397b22fdc ```
> I've been seeing this with Steam also, best work around I've had just to uninstall steam's version and download the official version direct from Krita. It looks like the...