https://github.com/unum-cloud/uform-benchmarks
https://github.com/unum-cloud/uform-benchmarks
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/unum-cloud/uform-benchmarks
- Owner: unum-cloud
- Created: 2023-09-21T07:38:23.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-05T21:41:12.000Z (almost 3 years ago)
- Last Synced: 2025-05-30T15:35:16.095Z (about 1 year ago)
- Language: Python
- Size: 8.79 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UForm Benchmarks
To run PyTorch and ONNX benchmarks on CPUs, please run:
```sh
pip install -r requirments.txt
pip install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cpu
python3 main.py
```
You will afterwards find the charts in the `plots/` subdirectory.