← back to Exo
tinygrad ci
9e4366f36b14a3b5818602168b7f24b0eeffa71e · 2024-11-11 09:27:47 +0400 · Alex Cheema
Files touched
Diff
commit 9e4366f36b14a3b5818602168b7f24b0eeffa71e
Author: Alex Cheema <alexcheema123@gmail.com>
Date: Mon Nov 11 09:27:47 2024 +0400
tinygrad ci
---
.circleci/config.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 5f2eddb7..fc4b8b4b 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -22,7 +22,8 @@ commands:
# Set CLANG=1 for tinygrad only
if [ "<<parameters.inference_engine>>" = "tinygrad" ]; then
- export CLANG=1
+ pip install llvmlite
+ export TOKENIZERS_PARALLELISM=true SUPPORT_BF16=0 CLANG=1
fi
# Start first instance
← 6cd78b94 run tinygrad test with CLANG=1
·
back to Exo
·
add documentation of HF_HOME model storage location in READM 167e756b →