bugfix
This commit is contained in:
parent
0d95e50df5
commit
6b56718d2b
14
setup.cfg
Normal file
14
setup.cfg
Normal 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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user