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

@@ -35,6 +35,13 @@ setup(name='tinygrad',
"types-tqdm",
],
#'mlperf': ["mlperf-logging @ git+https://github.com/mlperf/logging.git@4.1.0-rc3"],
'testing_minimal': [
"numpy",
"torch",
"pytest",
"pytest-xdist",
"hypothesis",
],
'testing': [
"numpy",
"torch",
@@ -72,6 +79,6 @@ setup(name='tinygrad',
'testing_tf': [
"tensorflow==2.15.1",
"tensorflow_addons",
]
],
},
include_package_data=True)