Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
fengzch-das
nunchaku
Commits
b2d53ef6
Commit
b2d53ef6
authored
Apr 12, 2025
by
muyangli
Browse files
uses model cpu offload instead of per-layer offload to speedup test ci
parent
1620b603
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
.github/workflows/pr_test_linux.yaml
.github/workflows/pr_test_linux.yaml
+3
-3
No files found.
.github/workflows/pr_test_linux.yaml
View file @
b2d53ef6
...
...
@@ -93,7 +93,7 @@ jobs:
source $(conda info --base)/etc/profile.d/conda.sh
conda activate test_env || { echo "Failed to activate conda env"; exit 1; }
which python
HF_TOKEN=${{ secrets.HF_TOKEN }} pytest -
x
tests/flux/test_flux_memory.py
HF_TOKEN=${{ secrets.HF_TOKEN }} pytest -
s
tests/flux/test_flux_memory.py
test-flux-other
:
needs
:
build
...
...
@@ -108,7 +108,7 @@ jobs:
source $(conda info --base)/etc/profile.d/conda.sh
conda activate test_env || { echo "Failed to activate conda env"; exit 1; }
which python
HF_TOKEN=${{ secrets.HF_TOKEN }} pytest -
x
tests/flux --ignore=tests/flux/test_flux_memory.py
HF_TOKEN=${{ secrets.HF_TOKEN }} pytest -
s
tests/flux --ignore=tests/flux/test_flux_memory.py
test-sana
:
needs
:
build
...
...
@@ -123,7 +123,7 @@ jobs:
source $(conda info --base)/etc/profile.d/conda.sh
conda activate test_env || { echo "Failed to activate conda env"; exit 1; }
which python
HF_TOKEN=${{ secrets.HF_TOKEN }} pytest -
x
tests/sana
HF_TOKEN=${{ secrets.HF_TOKEN }} pytest -
s
tests/sana
clean-up
:
if
:
always() && (github.event_name != 'issue_comment' || needs.check-comment.outputs.should_run == 'true')
...
...
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