← back to Exo
tooonygrad
9dc76ef03bf4e2bd718bc0801bf97103565fce89 · 2024-12-06 16:42:22 +0000 · Alex Cheema
Files touched
M .github/workflows/build_and_test.yml
Diff
commit 9dc76ef03bf4e2bd718bc0801bf97103565fce89
Author: Alex Cheema <alexcheema123@gmail.com>
Date: Fri Dec 6 16:42:22 2024 +0000
tooonygrad
---
.github/workflows/build_and_test.yml | 2 --
1 file changed, 2 deletions(-)
diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml
index e7068f0b..17d9b5ca 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -167,8 +167,6 @@ jobs:
- name: Run ChatGPT API test
env:
TOKENIZERS_PARALLELISM: ${{ matrix.inference_engine == 'tinygrad' && 'true' || 'false' }}
- SUPPORT_BF16: ${{ matrix.inference_engine == 'tinygrad' && '0' || '' }}
- CLANG: ${{ matrix.inference_engine == 'tinygrad' && '1' || '' }}
run: |
source env/bin/activate
← 32cd1f1d give this a goh
·
back to Exo
·
disable mlx test for now..plan to run this on a self-hosted 976e5f2f →