Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
text-generation-inference
Commits
6ee8d6dd
Unverified
Commit
6ee8d6dd
authored
Nov 20, 2024
by
drbh
Committed by
GitHub
Nov 20, 2024
Browse files
fix: set outlines version to 0.1.3 to avoid caching serialization issue (#2766)
fix: set outlines version to 0.1.3 to avoid bug
parent
07bed530
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
server/pyproject.toml
server/pyproject.toml
+1
-1
No files found.
server/pyproject.toml
View file @
6ee8d6dd
...
@@ -34,7 +34,7 @@ peft = { version = "^0.10", optional = true }
...
@@ -34,7 +34,7 @@ peft = { version = "^0.10", optional = true }
torch
=
{
version
=
"^2.4.0"
,
optional
=
true
}
torch
=
{
version
=
"^2.4.0"
,
optional
=
true
}
scipy
=
"^1.11.1"
scipy
=
"^1.11.1"
pillow
=
"^10.0.0"
pillow
=
"^10.0.0"
outlines
=
{
version
=
"
^
0.1.
1
"
,
optional
=
true
}
outlines
=
{
version
=
"0.1.
3
"
,
optional
=
true
}
prometheus-client
=
">=0.20.0,<0.22"
prometheus-client
=
">=0.20.0,<0.22"
py-cpuinfo
=
"^9.0.0"
py-cpuinfo
=
"^9.0.0"
compressed-tensors
=
{
version
=
"^0.7.1"
,
optional
=
true
}
compressed-tensors
=
{
version
=
"^0.7.1"
,
optional
=
true
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment