Skip to content

Commit

Permalink
clang for tinygrad
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexCheema committed Dec 6, 2024
1 parent be18c96 commit b6529c2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@ jobs:
- name: Run ChatGPT API test
env:
TOKENIZERS_PARALLELISM: ${{ matrix.inference_engine == 'tinygrad' && 'true' || 'false' }}
SUPPORT_BF16: ${{ matrix.inference_engine == 'tinygrad' && '0' || '0' }}
CLANG: ${{ matrix.inference_engine == 'tinygrad' && '1' || '0' }}
run: |
source env/bin/activate
Expand Down

0 comments on commit b6529c2

Please sign in to comment.