mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-10 07:28:15 -05:00
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:
9
setup.py
9
setup.py
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user