-
Notifications
You must be signed in to change notification settings - Fork 38
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]>
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.
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
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
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
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
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
@@ -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
No description provided.