← back to Exo
run tinygrad test with CLANG=1
6cd78b94d4e777f9671f9a6debac1140cdac1bbb · 2024-11-11 09:25:12 +0400 · Alex Cheema
Files touched
Diff
commit 6cd78b94d4e777f9671f9a6debac1140cdac1bbb
Author: Alex Cheema <alexcheema123@gmail.com>
Date: Mon Nov 11 09:25:12 2024 +0400
run tinygrad test with CLANG=1
---
.circleci/config.yml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 61948839..5f2eddb7 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -20,6 +20,11 @@ commands:
command: |
source env/bin/activate
+ # Set CLANG=1 for tinygrad only
+ if [ "<<parameters.inference_engine>>" = "tinygrad" ]; then
+ export CLANG=1
+ fi
+
# Start first instance
HF_HOME="$(pwd)/.hf_cache_node1" DEBUG_DISCOVERY=7 DEBUG=7 exo --inference-engine <<parameters.inference_engine>> --node-id "node1" --listen-port 5678 --broadcast-port 5679 --chatgpt-api-port 8000 --chatgpt-api-response-timeout 900 2>&1 | tee output1.log &
PID1=$!
← 49c4394d enable tinygrad test
·
back to Exo
·
tinygrad ci 9e4366f3 →