We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9174da2 commit 453f1d0Copy full SHA for 453f1d0
pyproject.toml
@@ -30,7 +30,7 @@ dependencies = [
30
"jsonargparse[signatures]>=4.31,<=4.32.1; python_version<'3.10'", # 4.33 does not seem to be compatible with Python 3.9
31
"jsonargparse[signatures]>=4.37,<=4.41; python_version>'3.9'", # required to work with python3.12+
32
"lightning>=2.5",
33
- "psutil==7",
+ "psutil==7.1.3",
34
"safetensors>=0.4.3",
35
# tokenization in most models:
36
"tokenizers>=0.21",
0 commit comments