-
Notifications
You must be signed in to change notification settings - Fork 39
refact cuda ut to facilitate automation #559
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: n1ck-guo <[email protected]>
for more information, see https://pre-commit.ci
Signed-off-by: n1ck-guo <[email protected]>
Signed-off-by: n1ck-guo <[email protected]>
Signed-off-by: Sun, Xuehao <[email protected]>
Signed-off-by: n1ck-guo <[email protected]>
Signed-off-by: n1ck-guo <[email protected]>
test/test_cuda/requirements.txt
Outdated
pandas | ||
pillow | ||
py-cpuinfo | ||
torch<2.7.0 |
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.
We shouldn't restrict the PyTorch version, as it may prevent us from identifying issues introduced in the latest release. For ITREX test, we can use a specific test to ensure compatibility.
test/test_cuda/requirements_vlm.txt
Outdated
datasets | ||
einops | ||
flash-attn==2.6.1 | ||
intel-extension-for-pytorch==2.3.0 |
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.
same
test/test_cuda/requirements_vlm.txt
Outdated
bitsandbytes==0.44.0 | ||
datasets | ||
einops | ||
flash-attn==2.6.1 |
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.
flash-attn==2.5.8
test/test_cuda/requirements_vlm.txt
Outdated
datasets | ||
einops | ||
flash-attn==2.6.1 | ||
intel-extension-for-pytorch==2.3.0 |
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.
remove intel-extension-for-pytorch
@@ -0,0 +1,21 @@ | |||
# git+https://github.com/haotian-liu/[email protected] | |||
# pip install git+https://github.com/deepseek-ai/DeepSeek-VL2.git |
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.
pip install -v git+https://github.com/casper-hansen/[email protected] --no-build-isolation
test/test_cuda/requirements_vlm.txt
Outdated
bitsandbytes==0.44.0 | ||
datasets | ||
einops | ||
flash-attn==2.6.1 |
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.
missing protobuf==3.20.1
test/test_cuda/requirements.txt
Outdated
auto-gptq | ||
datasets | ||
einops | ||
gptqmodel>=2.0 |
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.
pip install -v git+https://github.com/ModelCloud/[email protected] --no-build-isolation
test/test_cuda/requirements.txt
Outdated
@@ -0,0 +1,18 @@ | |||
accelerate | |||
autoawq |
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.
pip install -v git+https://github.com/casper-hansen/AutoAWQ.git --no-build-isolation
Signed-off-by: n1ck-guo <[email protected]>
No description provided.