mirror of
https://github.com/tinygrad/tinygrad.git
synced 2026-01-10 07:28:15 -05:00
* add ability to ORT=1 * test_vs_ort * useless f * actually have benchmark take in modelproto for more flexibility in huggingface stuff * ok runs * good * oops fix benchmark_onnx __main__ * 224 as default * add ORT=1 option to huggingface_onnx * use Tensor to get_input * add abilty to do single onnx model testing * better names * merge properly... * copy in onnx_helpers * better * decent script * need to add debug tool first * new limit usage * why did narrowing_error come back.. * pretty decent * revert validate change * more ops bug fixes * revert unnecessary changes * fix InstanceNorm too * remove op from O4 * minimize diff * address old feedback * unsure of this, just revert * remove that assert * working attention * to_python_const Attention * cant init from np constant so just do this * final * fix bug in attention * attention clean ups * add hard TODOs and REPOPATH and TRUNCATE envvar * fix input_ids default value * final * fix scatter * cleaner _prepare_quantize * use new attention and tempfile for huggingface script * more stats * update * remove outdated code * big refactor to something usable by CI * booooooom * clean up * update to using yaml as env var input * add dry run * try * valid pad * use argparser and fix gather bug * ignore all yaml * tiny bit more polish * woah ignoring all yaml was not right * typo * decouple huggingface_onnx_run debug run with huggingface_onnx_download * bug fix for downloading single model * WOOOO ok much better * oops argparse 'required' is an invalid argument for positionals * oops argparse 'required' is an invalid argument for positionals * add assert * fix types --------- Co-authored-by: chenyu <chenyu@fastmail.com>
63 lines
932 B
Plaintext
63 lines
932 B
Plaintext
__pycache__
|
|
.venv/
|
|
.venv-*/
|
|
.vscode
|
|
.DS_Store
|
|
notebooks
|
|
.*.swp
|
|
.*.swo
|
|
*.pyc
|
|
*.so
|
|
*.txt
|
|
build
|
|
!examples/tinychat/assets/cdn.jsdelivr.net/npm/purecss@3.0.0/build/
|
|
/dist
|
|
*.egg-info
|
|
/env
|
|
a.out
|
|
boxes.jpg
|
|
pandecode.dump
|
|
vertex.bin
|
|
recognize*
|
|
.idea
|
|
*.prof
|
|
extra/disassemblers/applegpu
|
|
extra/datasets/cifar-10-python.tar.gz
|
|
extra/datasets/librispeech/
|
|
extra/datasets/imagenet/
|
|
extra/datasets/wiki/
|
|
extra/datasets/kits19
|
|
extra/datasets/kits19/
|
|
extra/datasets/squad/
|
|
extra/datasets/img_align_celeba*
|
|
extra/datasets/open-images-v6-mlperf
|
|
extra/datasets/kits/
|
|
extra/datasets/COCO/
|
|
extra/datasets/audio*
|
|
extra/huggingface_onnx/models/*
|
|
extra/huggingface_onnx/*.yaml
|
|
extra/weights
|
|
venv
|
|
examples/**/net.*[js,json]
|
|
examples/**/*.safetensors
|
|
node_modules
|
|
package.json
|
|
package-lock.json
|
|
temp
|
|
*.csv
|
|
.coverage
|
|
coverage.xml
|
|
htmlcov
|
|
outputs_yolov8
|
|
wandb
|
|
model.safetensors
|
|
quickstart.py
|
|
.hypothesis
|
|
weights
|
|
*.lprof
|
|
comgr_*
|
|
*.pkl
|
|
site/
|
|
profile_stats
|
|
*.log
|