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
d1787c31
Commit
d1787c31
authored
Aug 13, 2024
by
zhuwenwen
Browse files
fix build error
parent
e661d594
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
CMakeLists.txt
CMakeLists.txt
+1
-1
csrc/core/scalar_type.hpp
csrc/core/scalar_type.hpp
+1
-0
setup.py
setup.py
+1
-1
No files found.
CMakeLists.txt
View file @
d1787c31
...
...
@@ -183,7 +183,7 @@ set(VLLM_EXT_SRC
"csrc/layernorm_kernels.cu"
"csrc/transpose_kernels.cu"
"csrc/quantization/squeezellm/quant_cuda_kernel.cu"
#
"csrc/quantization/gptq/q_gemm.cu"
"csrc/quantization/gptq/q_gemm.cu"
"csrc/quantization/compressed_tensors/int8_quant_kernels.cu"
# "csrc/quantization/fp8/common.cu"
"csrc/cuda_utils_kernels.cu"
...
...
csrc/core/scalar_type.hpp
View file @
d1787c31
#pragma once
#include <torch/custom_class.h>
#include <variant>
namespace
vllm
{
...
...
setup.py
View file @
d1787c31
...
...
@@ -391,7 +391,7 @@ try:
import vllm.commit_id
__commit__ = vllm.commit_id.__commit__
except Exception as e:
warnings.warn(f"Failed to read commit hash:
\n
+ str(e)",
warnings.warn(f"Failed to read commit hash:
\
\
n + str(e)",
RuntimeWarning,
stacklevel=2)
__commit__ = "COMMIT_HASH_PLACEHOLDER"
...
...
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