[object Object]

← back to Exo

clang for tinygrad

deb80d2577619c6e928104d68158f73b5d289036 · 2024-12-06 16:59:18 +0000 · Alex Cheema

Files touched

Diff

commit deb80d2577619c6e928104d68158f73b5d289036
Author: Alex Cheema <alexcheema123@gmail.com>
Date:   Fri Dec 6 16:59:18 2024 +0000

    clang for tinygrad
---
 .github/workflows/build_and_test.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml
index 31eeba24..8ef7cd24 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -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
 

← 976e5f2f disable mlx test for now..plan to run this on a self-hosted  ·  back to Exo  ·  test runner 8302fd0a →