mirror of
https://github.com/QwenLM/Qwen.git
synced 2026-05-20 16:35:47 +08:00
add 72B and 1.8B Qwen models, add Ascend 910 and Hygon DCU support, add docker support
This commit is contained in:
12
dcu-support/package/setup.py
Normal file
12
dcu-support/package/setup.py
Normal file
@@ -0,0 +1,12 @@
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
setup (
|
||||
name = "fastllm_pytools",
|
||||
version = "0.0.1",
|
||||
description = "Fastllm pytools",
|
||||
packages = ['fastllm_pytools'],
|
||||
url = "https://developer.hpccube.com/codes/aicomponent/fastllm",
|
||||
package_data = {
|
||||
'': ['*.dll', '*.so']
|
||||
}
|
||||
)
|
||||
Reference in New Issue
Block a user