Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
2f5f98bb
Commit
2f5f98bb
authored
Oct 10, 2024
by
zhuwenwen
Browse files
remove torch version info
parent
7a8923fb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
vllm/model_executor/model_loader/utils.py
vllm/model_executor/model_loader/utils.py
+0
-1
No files found.
vllm/model_executor/model_loader/utils.py
View file @
2f5f98bb
...
@@ -36,7 +36,6 @@ def get_model_architecture(
...
@@ -36,7 +36,6 @@ def get_model_architecture(
else
:
else
:
os
.
environ
[
'AWQ_PAD'
]
=
'1'
os
.
environ
[
'AWQ_PAD'
]
=
'1'
except
Exception
as
e
:
except
Exception
as
e
:
print
(
"Info: this version torch cannot get eco device info.
\n
"
)
if
os
.
getenv
(
'AWQ_PAD'
)
!=
'0'
:
if
os
.
getenv
(
'AWQ_PAD'
)
!=
'0'
:
os
.
environ
[
'AWQ_PAD'
]
=
'1'
os
.
environ
[
'AWQ_PAD'
]
=
'1'
else
:
else
:
...
...
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