Skip to content

Commit

Permalink
allow float casts
Browse files Browse the repository at this point in the history
  • Loading branch information
kali committed Oct 17, 2024
1 parent 218f678 commit 4fb5d24
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/llm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,10 @@ jobs:

- name: Download and run
run: |
pwd
ls
find tract-cli-${{matrix.os}}
PATH=$PATH:$GITHUB_WORKSPACE/tract-cli-${{matrix.os}}
chmod +x tract-cli-${{matrix.os}}/tract
tract --version
aws s3 sync --no-progress s3://tract-ci-builds/tests/llm/current/$id $id
cd $id
tract -v --nnef-tract-core $id.nnef.tgz -O run --input-from-npz $id.pp.io.npz --assert-output-bundle $id.pp.io.npz --approx very
tract -v --nnef-tract-core $id.nnef.tgz -O run --input-from-npz $id.tg.io.npz --assert-output-bundle $id.tg.io.npz --approx very
tract -v --nnef-tract-core $id.nnef.tgz -O run --input-from-npz $id.pp.io.npz --assert-output-bundle $id.pp.io.npz --approx very --allow-float-casts
tract -v --nnef-tract-core $id.nnef.tgz -O run --input-from-npz $id.tg.io.npz --assert-output-bundle $id.tg.io.npz --approx very --allow-float-casts

0 comments on commit 4fb5d24

Please sign in to comment.