cleanup ci, split docs/autogen, testing_minimal, LLVM Speed [pr] (#8952)

* cleanup ci [pr]

* testing_minimal

* add hypothesis to minimal

* fail tiktoken import okay

* add LLVM speed test

* llvm speed w/o beam
This commit is contained in:
George Hotz
2025-02-07 19:01:59 +08:00
committed by GitHub
parent 6090cbe3be
commit 4de084a835
4 changed files with 99 additions and 89 deletions

View File

@@ -203,7 +203,7 @@ runs:
run: |
echo 'Acquire::http::Pipeline-Depth "5";' | sudo tee -a /etc/apt/apt.conf.d/99parallel
sudo apt update -y || true
sudo apt install -y --no-install-recommends llvm-14-dev
sudo apt install -y --no-install-recommends llvm-dev
- name: Install LLVM (macOS)
if: inputs.llvm == 'true' && runner.os == 'macOS'