Enable CUDA CI #1473

XuehaoSun wants to merge 97 commits into main from xuehao/cuda-ci
XuehaoSun
XuehaoSun init cuda CI
4a3466c0
XuehaoSun fix
f92118b7
XuehaoSun fix
d12c7e58
XuehaoSun fix
7c459d68
XuehaoSun test storage
69bfcf9b
XuehaoSun test
cec99c0a
XuehaoSun test sglang
6b875a8c
XuehaoSun test
2c804b36
XuehaoSun run unittest
3647467f
XuehaoSun test
9d08557b
XuehaoSun test
e0bf422a
XuehaoSun test ut
a2565923
XuehaoSun test
8769108a
XuehaoSun fix
1e4fef3f
XuehaoSun XuehaoSun requested a review from copilot-pull-request-reviewer copilot-pull-request-reviewer 18 days ago
XuehaoSun XuehaoSun marked this pull request as draft 18 days ago
pre-commit-ci[bot] [pre-commit.ci] auto fixes from pre-commit.com hooks
89bcdcfd
github-advanced-security
github-advanced-security commented on 2026-02-27
XuehaoSun XuehaoSun added this to the 0.12.0 milestone 18 days ago
copilot-pull-request-reviewer
copilot-pull-request-reviewer commented on 2026-02-27
XuehaoSun fix ci
2bf72409
XuehaoSun fix
aa244cc5
XuehaoSun XuehaoSun force pushed from fe072a9b to aa244cc5 18 days ago
XuehaoSun fix
378c36f9
XuehaoSun test
1ffde6c3
XuehaoSun fix log
53f984a1
XuehaoSun test matrix
b5679091
XuehaoSun test
d28f7c61
XuehaoSun test
4286a927
XuehaoSun test
84b3fa1e
XuehaoSun test
333b5877
XuehaoSun test
83f01730
XuehaoSun test
27a414ef
XuehaoSun test
67037eca
XuehaoSun test
d6d4ce5b
XuehaoSun test
0a7a9cdf
XuehaoSun test
88c88314
XuehaoSun skip ci
5098bae4
XuehaoSun test
5a6b5681
XuehaoSun test
2318fec8
XuehaoSun test gptqmodel
890f71f5
github-advanced-security
github-advanced-security commented on 2026-03-02
update all local model and dataset path
ad903499
XuehaoSun update gpu & image
998be3ac
xin3he xin3he force pushed from 80d9e5fd to 998be3ac 13 days ago
xin3he Merge branch 'main' into xuehao/cuda-ci
c5c22d48
pre-commit-ci[bot] [pre-commit.ci] auto fixes from pre-commit.com hooks
1e743a83
xin3he add skip_ci and upgrade diffusers for related CI
8405f02e
XuehaoSun test gptqmodel
8254f285
XuehaoSun fix request
7f6f843a
pre-commit-ci[bot] [pre-commit.ci] auto fixes from pre-commit.com hooks
adbc8adb
XuehaoSun fix typo
dd2de9d5
XuehaoSun fix folder
88309e61
XuehaoSun test
6b725935
XuehaoSun fix part
9de8a6a6
XuehaoSun add test
8cb8fc68
XuehaoSun fix uv
5039d745
XuehaoSun test
dccce0a9
XuehaoSun add artifact
0febbc5a
XuehaoSun fix log
eb2a4a5a
XuehaoSun fix log
1e652b95
xin3he fix bug
416edc77
pre-commit-ci[bot] [pre-commit.ci] auto fixes from pre-commit.com hooks
c007e5b8
chensuyue
chensuyue commented on 2026-03-10
XuehaoSun update CI configurations to include additional paths for PR triggers …
479e01ec
XuehaoSun Merge branch 'main' into xuehao/cuda-ci
2e719456
XuehaoSun XuehaoSun assigned XuehaoSun XuehaoSun 6 days ago
xin3he skip non-tiny model and evaluation
0afdbf16
xin3he skip gguf
5ff5539c
XuehaoSun remove html
f3b20df5
XuehaoSun refactor: reduce chunk size for unit tests and clean up model name as…
b634a337
XuehaoSun fix: update test result summary exit status and change artifact publi…
01d67c29
XuehaoSun Merge branch 'main' into xuehao/cuda-ci
7d2c016c
XuehaoSun Merge branch 'main' into xuehao/cuda-ci
5eb94701
xin3he Merge branch 'main' into xuehao/cuda-ci
f3cab04b
xin3he Migrate all vLLM-related tests to `test_vllm.py` and use a tiny model…
3cd66841
xin3he remove test_main_func due to out-of-date, all necessary tests are cov…
95411158
xin3he merget multi card test and remove meaningless test and check generate…
a565761f
xin3he keep one test for backend accuracy testing
872d92d3
xin3he unify autoround format test and remove wrong test, skip IPEX format
e93b4aef
xin3he skip corner case and uncessary case, keep main cases for test_auto_sc…
6572f2f8
xin3he remove test_scheme from test_cuda to test_cpu, move test_auto_scheme …
9859d933
xin3he merge test_mxfp_nvfp related files and filter UTs for CI.
ef21cec6
xin3he remove skipif transformer v5
32512690
xin3he change quantize() to quantize_and_save
d8b8a413
xin3he fix bug in test_vllm
86d724c0
xin3he renaming folder for classification and add CI test
66c23b94
xin3he merge advanced/test_fp8_input.py to models/test_fp8_model.py, add tin…
9874456b
xin3he fix OOM of test_diffusion.py
09c0ed68
xin3he move function test to test_cpu
8314279d
xin3he update format folder, split format into seperate folder
09af11d1
xin3he remove duplicate test and use fixture for moe
93aab392
xin3he remove test_2_3bits.py since it's out-of-date and coverd by backends …
3e74bca3
xin3he remove duplicate test in test_cuda/test_asym.py
f307f979
xin3he update glm-4v model name and issue link
2a4967b1
xin3he remove test_mix_bits and it's covered by test_cpu and export tests.
be9cd0c9
xin3he remove test_transformers.py since transformers loading is always test…
231e57ce
xin3he update moe test and add sglang in CI
639520fd
xin3he xin3he force pushed from 1e19c23f to 639520fd 19 hours ago
xin3he Merge branch 'main' into xuehao/cuda-ci
fb208bb2
xin3he add vllm requirement
1f090760
XuehaoSun add vllm test
51de4cad
XuehaoSun fix requirements
d4fb07a3
XuehaoSun fix vllm test
662f89f8
xin3he fix CPU CI
6756457c
xin3he fix algorithms folder
5dbea0fa
xin3he fix CUDA CI
3ddc076f
xin3he fix CUDA CI
ff98f668

Login to write a write a comment.

Login via GitHub

Assignees
Labels
Milestone