Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .github/workflows/unittest_cpu_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,6 @@ jobs:
path: run_${{ github.run_id }}
- name: RunUnitTestCI
id: run_unittest_ci
env:
ALIBABA_CLOUD_ECS_METADATA: ${{ secrets.ALIBABA_CLOUD_ECS_METADATA }}
CI_ODPS_PROJECT_NAME: ${{ secrets.CI_ODPS_PROJECT_NAME }}
ODPS_ENDPOINT: ${{ secrets.ODPS_ENDPOINT }}
run: |
cd run_${{ github.run_id }}
CI_HYPOTHESIS=true bash scripts/ci/ci_test_cpu.sh
2 changes: 1 addition & 1 deletion tzrec/ops/position_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def test_add_timestamp_positional_embeddings_triton(self, *args, **kwargs) -> No
max_contextual_seq_len=st.sampled_from([10]),
interleave_targets=st.sampled_from([False]),
batch_size=st.sampled_from([130]),
D=st.sampled_from([192]),
D=st.sampled_from([128]),
max_targets=st.sampled_from([10]),
time_bucket_fn=st.sampled_from(["log"]),
dtype=st.sampled_from(get_test_dtypes([torch.bfloat16, torch.float16])),
Expand Down