sklyar61
sklyar61
Hello, I need some help with an issue I'm facing. After completing migrations, I started the server and received the following error: django.urls.exceptions.NoReverseMatch: 'djdt' is not a registered namespace. The...
Thanks, tim-schilling, but me need Django 2.2, becouse django-shop have requirements django=2.2. I fixed the bug: path('__debug__/', include(debug_toolbar.urls, **namespace='debug_toolbar')),**
Hello, colleagues and Wing Lian! I am encountering the same error. I am fixing the error by replacing the file src/axolotl/cli/train.py. In doing so, I am not using the DPO/KTO/ORPO...
> I am encountering the same error, too. @sklyar61 which version of `src/axolotl/cli/train.py` are you using? version=“0.4.0”