Anush Elangovan
|
626482e46a
|
Refactor setup_venv.sh
IMPORTER=1 ./setup_venv.sh is required to get importer deps
Without importers venv is 1.1G, with it is 3.9G
|
2022-06-11 06:26:31 +00:00 |
|
Stanley Winata
|
8565be9b6b
|
ORT-HF Benchmark Integration (#101)
-Add HF Benchmarker class.
-Add sample to benchmark HF model.
Example:
```bash
python -m benchmarks.hf_model_benchmark --num_iterations=10 --model_name="microsoft/MiniLM-L12-H384-uncased"
```
|
2022-06-07 23:49:39 -07:00 |
|
Anush Elangovan
|
22aa0e51a7
|
Move macOS to 3.10
|
2022-06-05 10:36:31 -07:00 |
|
Stanley Winata
|
276dcf1441
|
Add benchmark for TF (#87)
-Refactor SharkBenchmarker to run TF
-Add example and test to benchmark TF
|
2022-06-03 22:10:27 -07:00 |
|
anush elangovan
|
af6dc91b83
|
Update vulkan check
|
2022-06-03 23:45:42 +00:00 |
|
anush elangovan
|
8fa5b39bd6
|
Add importer utils to linux build
|
2022-06-02 19:33:51 +00:00 |
|
Prashant Kumar
|
96577000a3
|
Remove functorch dependency.
|
2022-05-24 18:42:35 +05:30 |
|
anush elangovan
|
49bec49c53
|
prep for pypi
|
2022-05-16 05:44:18 +00:00 |
|
Stanley Winata
|
2117c1ab39
|
Install package to pip venv during setup_venv
On fresh pip venv, this commit will help install
the packages onto the newly create venv.
|
2022-05-15 15:00:17 -07:00 |
|
Anush Elangovan
|
c8aafae562
|
Update links to SHARK
|
2022-05-15 14:47:31 -07:00 |
|
Anush Elangovan
|
99bf24849d
|
Handle default venv
|
2022-05-15 13:58:30 -07:00 |
|
Anush Elangovan
|
6bf3f6864c
|
Use python3 instead of PYTHON3
|
2022-05-15 12:43:51 -07:00 |
|
Anush Elangovan
|
9e48a3525b
|
Add error checking and conda support
Committer: Anush Elangovan <anush@nod-labs.com>
|
2022-05-15 12:40:31 -07:00 |
|
powderluv
|
adb6b327dd
|
Update pyproject.toml for setup to work correctly
|
2022-05-01 21:02:22 -07:00 |
|
Prashant Kumar
|
bd212634c1
|
Add CI for testing of various models. (#28)
Added pytest CI for testing for Pytorch Inference and vision models.
|
2022-04-27 06:52:49 -07:00 |
|
powderluv
|
c708032fb2
|
M1 settings for venv
|
2022-04-26 22:00:09 -07:00 |
|
anush elangovan
|
35b1e33108
|
Setup packaging
|
2022-04-26 00:23:42 -07:00 |
|
Prashant Kumar
|
d9f47b59f2
|
Modify setup_venv to incorporate python version.
|
2022-04-18 17:14:58 +05:30 |
|
Prashant Kumar
|
5991a90284
|
Modify install.sh and update readme.
|
2022-04-18 11:29:15 +05:30 |
|