mirror of
				https://github.com/hpcaitech/ColossalAI.git
				synced 2025-10-30 21:39:05 +00:00 
			
		
		
		
	[examples] update autoparallel tutorial demo (#2449)
* [examples] update autoparallel tutorial demo * add test_ci.sh * polish * add conda yaml
This commit is contained in:
		
							
								
								
									
										13
									
								
								examples/tutorial/auto_parallel/setup.py
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								examples/tutorial/auto_parallel/setup.py
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,13 @@ | ||||
| from setuptools import find_packages, setup | ||||
|  | ||||
| setup( | ||||
|     name='auto_parallel', | ||||
|     version='0.0.1', | ||||
|     description='', | ||||
|     packages=find_packages(), | ||||
|     install_requires=[ | ||||
|         'torch', | ||||
|         'numpy', | ||||
|         'tqdm', | ||||
|     ], | ||||
| ) | ||||
		Reference in New Issue
	
	Block a user