Skip to content

Commit

Permalink
feat(nvidia): add dali (#21646)
Browse files Browse the repository at this point in the history
  • Loading branch information
hongbo-miao authored Dec 16, 2024
1 parent 8ba95fd commit 8890303
Show file tree
Hide file tree
Showing 12 changed files with 777 additions and 73 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/.lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ jobs:
- name: Install uv
uses: astral-sh/setup-uv@v4.2.0
with:
version: 0.5.6
version: 0.5.9
enable-cache: true
cache-dependency-glob: uv.lock
- name: Set up Python
Expand Down Expand Up @@ -329,7 +329,7 @@ jobs:
- name: Install uv
uses: astral-sh/setup-uv@v4.2.0
with:
version: 0.5.6
version: 0.5.9
enable-cache: true
cache-dependency-glob: uv.lock
- name: Set up Python
Expand Down Expand Up @@ -649,7 +649,7 @@ jobs:
- name: Install uv
uses: astral-sh/setup-uv@v4.2.0
with:
version: 0.5.6
version: 0.5.9
enable-cache: true
cache-dependency-glob: uv.lock
- name: Set up Python
Expand Down Expand Up @@ -696,7 +696,7 @@ jobs:
- name: Install uv
uses: astral-sh/setup-uv@v4.2.0
with:
version: 0.5.6
version: 0.5.9
enable-cache: true
cache-dependency-glob: uv.lock
- name: Set up Python
Expand Down Expand Up @@ -1208,7 +1208,7 @@ jobs:
- name: Install uv
uses: astral-sh/setup-uv@v4.2.0
with:
version: 0.5.6
version: 0.5.9
enable-cache: true
cache-dependency-glob: uv.lock
- name: Set up Python
Expand Down Expand Up @@ -1286,7 +1286,7 @@ jobs:
- name: Install uv
uses: astral-sh/setup-uv@v4.2.0
with:
version: 0.5.6
version: 0.5.9
enable-cache: true
cache-dependency-glob: uv.lock
- name: Set up Python
Expand Down Expand Up @@ -1336,7 +1336,7 @@ jobs:
- name: Install uv
uses: astral-sh/setup-uv@v4.2.0
with:
version: 0.5.6
version: 0.5.9
enable-cache: true
cache-dependency-glob: uv.lock
- name: Set up Python
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/.static-type-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ jobs:
uv run poe static-type-check-python --package=hm-locust
uv run poe static-type-check-python --package=hm-xxhash
uv run poe static-type-check-python --package=machine-learning.convolutional-neural-network
uv run poe static-type-check-python --package=machine-learning.dali
uv run poe static-type-check-python --package=machine-learning.feature-store
uv run poe static-type-check-python --package=machine-learning.graph-neural-network
uv run poe static-type-check-python --package=machine-learning.hm-gradio.applications.classify-image
Expand Down
Loading

0 comments on commit 8890303

Please sign in to comment.