-
-
Notifications
You must be signed in to change notification settings - Fork 8.4k
Update PyTorch to 2.7.0 #16859
New issue
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
Update PyTorch to 2.7.0 #16859
Changes from all commits
3498754
a131606
52a7c4b
c33698e
363303b
174c2a1
1be359a
32fe6df
a0e5706
3b27235
100b6a7
079c59b
99b7173
1f62dc1
2b70bf5
6e473d8
72f27d0
86a6954
71ca7fc
2b9ee67
b8e868e
97ef2f0
a2d82e5
c89b53d
916013c
92b9710
ad39de9
9eff00c
197646b
7c61758
ce11a99
1a4cc8c
06b877e
ca30743
2c8ab23
b50e2a0
1b1a4fa
e0599be
f6704fc
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ image: | |
# -- Image tag | ||
tag: "latest" | ||
# -- Container launch command | ||
command: ["vllm", "serve", "/data/", "--served-model-name", "opt-125m", "--dtype", "bfloat16", "--host", "0.0.0.0", "--port", "8000"] | ||
command: ["vllm", "serve", "/data/", "--served-model-name", "opt-125m", "--dtype", "float32", "--block-size", "16", "--host", "0.0.0.0", "--port", "8000"] | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this need to be reverted i assume There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This is a curious issue that I have seen on CI where cpu build fails on that dtype. I look around and see a similar issue which suggests switching to There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Here is the full server log when serving |
||
|
||
# -- Container port | ||
containerPort: 8000 | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,6 @@ ninja | |
packaging | ||
setuptools>=61 | ||
setuptools-scm>=8 | ||
torch==2.6.0 | ||
torch==2.7.0 | ||
wheel | ||
jinja2>=3.1.6 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would imagine FI has new release by now.