We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/home/inflation/workspace/playground/.venv/lib/python3.12/site-packages/clearml/backend_api/services/v2_23/models.py:2136: SyntaxWarning: invalid escape sequence '\>' """ /home/inflation/workspace/playground/.venv/lib/python3.12/site-packages/clearml/backend_api/services/v2_23/models.py:2246: SyntaxWarning: invalid escape sequence '\>' "modifier (\>,\>=, \<, \<=)"
This is from the callback of transformers training.
transformers
No warnings.
app.clear.ml
1.16.4
3.12
If this continues a slack thread, please provide a link to the original slack thread.
The text was updated successfully, but these errors were encountered:
Thanks for reporting @inflation - We'll take a look.
Sorry, something went wrong.
I'm getting these all over the place as well:
/home/chan/projects/ml/.pixi/envs/default/lib/python3.12/site-packages/clearml/task.py:258: SyntaxWarning: invalid escape sequence '\<' """ /home/chan/projects/ml/.pixi/envs/default/lib/python3.12/site-packages/clearml/storage/manager.py:216: SyntaxWarning: invalid escape sequence '\~' """ /home/chan/projects/ml/.pixi/envs/default/lib/python3.12/site-packages/clearml/backend_api/services/v2_23/tasks.py:8031: SyntaxWarning: invalid escape sequence '\>' """ /home/chan/projects/ml/.pixi/envs/default/lib/python3.12/site-packages/clearml/backend_api/services/v2_23/tasks.py:8222: SyntaxWarning: invalid escape sequence '\>' "(\>,\>=, \<, \<=)" ClearML Task: created new task id=offline-e980bddbdc9e43d38f373ebbe0719324 ClearML running in offline mode, session stored in /home/chan/.clearml/cache/offline/offline-e980bddbdc9e43d38f373ebbe0719324 /home/chan/projects/ml/.pixi/envs/default/lib/python3.12/site-packages/clearml/backend_api/services/v2_23/models.py:2136: SyntaxWarning: invalid escape sequence '\>' """ /home/chan/projects/ml/.pixi/envs/default/lib/python3.12/site-packages/clearml/backend_api/services/v2_23/models.py:2246: SyntaxWarning: invalid escape sequence '\>' "modifier (\>,\>=, \<, \<=)"
Also on 3.12.5 and WSL 2.
@carschandler Hope to have an rc for a fix soon.
No branches or pull requests
Describe the bug
This is from the callback of
transformers
training.To reproduce
Expected behaviour
No warnings.
Environment
app.clear.ml
1.16.4
3.12
Related Discussion
If this continues a slack thread, please provide a link to the original slack thread.
The text was updated successfully, but these errors were encountered: