https://github.com/jamesnulliu/myoplibexample
An example of creating a custom pytorch operator library.
https://github.com/jamesnulliu/myoplibexample
Last synced: 5 months ago
JSON representation
An example of creating a custom pytorch operator library.
- Host: GitHub
- URL: https://github.com/jamesnulliu/myoplibexample
- Owner: jamesnulliu
- License: mit
- Created: 2025-01-25T14:06:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-28T09:38:35.000Z (over 1 year ago)
- Last Synced: 2025-02-10T09:18:08.419Z (over 1 year ago)
- Language: CMake
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MyOplibExample
An example of creating a custom pytorch operator library.
## Installation
```bash
conda create -n MyOplibExample python=3.12
conda activate MyOplibExample
pip install torch torchvision torchaudio
pip install --no-build-isolation .
```