mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2026-04-27 18:38:56 +00:00
[example] migrate diffusion and auto_parallel hands-on (#1871)
This commit is contained in:
13
examples/tutorial/diffusion/setup.py
Normal file
13
examples/tutorial/diffusion/setup.py
Normal file
@@ -0,0 +1,13 @@
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
setup(
|
||||
name='latent-diffusion',
|
||||
version='0.0.1',
|
||||
description='',
|
||||
packages=find_packages(),
|
||||
install_requires=[
|
||||
'torch',
|
||||
'numpy',
|
||||
'tqdm',
|
||||
],
|
||||
)
|
||||
Reference in New Issue
Block a user