Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/main' into bump-iree-3.1.0rc20…
Browse files Browse the repository at this point in the history
…241220
  • Loading branch information
ScottTodd committed Dec 20, 2024
2 parents b6c547c + fc9576b commit 60ff8ba
Show file tree
Hide file tree
Showing 43 changed files with 2,095 additions and 354 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-llama-large-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ name: Llama Benchmarking Tests
on:
workflow_dispatch:
schedule:
# Weekdays at 4:00 AM UTC = 9:00 PM PST.
- cron: "0 4 * * 1-5"
# Weekdays at 11:00 AM UTC = 03:00 AM PST / 04:00 AM PDT
- cron: "0 11 * * 1-5"

concurrency:
# A PR number if a pull request and otherwise the commit hash. This cancels
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-sglang-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ name: SGLang Llama Benchmarking Tests
on:
workflow_dispatch:
schedule:
# Weekdays at 4:00 AM UTC = 9:00 PM PST.
- cron: "0 4 * * 1-5"
# Weekdays at 11:00 AM UTC = 03:00 AM PST / 04:00 AM PDT
- cron: "0 11 * * 1-5"

concurrency:
# A PR number if a pull request and otherwise the commit hash. This cancels
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/ci-sharktank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
# Note: We install in three steps in order to satisfy requirements
# from non default locations first. Installing the PyTorch CPU
# wheels saves multiple minutes and a lot of bandwidth on runner setup.
pip install --no-compile --pre --index-url https://download.pytorch.org/whl/test/cpu torch==${{matrix.torch-version}}+cpu
pip install --no-compile --index-url https://download.pytorch.org/whl/cpu torch==${{matrix.torch-version}}+cpu
# Install nightly IREE packages.
# We could also pin to a known working or stable version.
Expand Down Expand Up @@ -146,9 +146,11 @@ jobs:
--with-clip-data \
--with-flux-data \
--with-t5-data \
--with-vae-data \
sharktank/tests/models/clip/clip_test.py \
sharktank/tests/models/t5/t5_test.py \
sharktank/tests/models/flux/flux_test.py \
sharktank/tests/models/vae/vae_test.py \
--durations=0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci_eval.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ name: CI - sharktank perplexity
on:
workflow_dispatch:
schedule:
# Weekdays nightly at 07:00 UTC = 23:00 PST / 00:00 PDT.
- cron: "0 7 * * 1-5"
# Weekdays at 11:00 AM UTC = 03:00 AM PST / 04:00 AM PDT
- cron: "0 11 * * 1-5"

concurrency:
# A PR number if a pull request and otherwise the commit hash. This cancels
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,13 @@ wheelhouse
# Local-only config options
version_local.json

#Model artifacts
# Model artifacts
*.pt
*.safetensors
*.gguf
*.vmfb
genfiles/
export/
*.zip
tmp/

Expand Down
240 changes: 0 additions & 240 deletions docs/shortfin/llm/user/e2e_llama8b_mi300x.md

This file was deleted.

Loading

0 comments on commit 60ff8ba

Please sign in to comment.