Skip to content
Snippets Groups Projects
Commit 0d92db2e authored by Yifan Zhao's avatar Yifan Zhao
Browse files

Renamed to torch2hpvm

parent 9c11c880
No related branches found
No related tags found
No related merge requests found
Showing
with 12 additions and 12 deletions
from setuptools import setup
setup(
name='frontend',
version='1.0',
description='HPVM frontend modules',
author='Yuanjing Shi',
author_email='ys26@illinois.edu',
packages=['fronend'],
install_requires=[],
)
from setuptools import setup
setup(
name='torch2hpvm',
version='1.0',
description='PyTorch frontend for HPVM',
author='Yuanjing Shi, Yifan Zhao',
author_email='ys26@illinois.edu, yifanz16@illinois.edu',
packages=['torch2hpvm'],
install_requires=[],
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment