An open API service indexing awesome lists of open source software.

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.

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 .
```