This commit is contained in:
ymq1 2025-08-21 16:13:38 +08:00
parent 0d95e50df5
commit 6b56718d2b

14
setup.cfg Normal file
View File

@ -0,0 +1,14 @@
[metadata]
name=llmengine
version = 0.1.0
description = a llm inference engine
author = "yu moqing"
author_email = "yumoqing@gmail.com"
readme = "README.md"
license = "MIT"
[options]
packages = find:
requires-python = ">=3.8"
install_requires =
transformers