1 Star 0 Fork 0

zhangboyue/FlagGems

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
pyproject.toml 977 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhzhcookie 提交于 2024-09-18 11:05 . [Tests] Fix tests 3rd ed. (#215)
[project]
name = "flag_gems"
version = "2.0"
authors = [
{name = "Zhixin Li", email = "strongspoon@outlook.com"},
{name = "Tongxin Bai", email = "waffle.bai@gmail.com"},
{name = "Yuming Huang", email = "jokmingwong@gmail.com"},
{name = "Feiyu Chen", email = "iclementine@outlook.com"},
]
description = "FlagGems is a function library written in Triton."
readme = {file= "README.md", content-type="text/markdown"}
requires-python = ">=3.8"
license = {text = "LICENSE.txt"}
classifiers = [
"Development Status :: 3 - Alpha",
"Programming Language :: Python :: 3",
"License :: OSI Approved :: Apache Software License",
]
dependencies = [
"triton>=2.2.0",
"torch>=2.2.0",
"transformers>=4.40.2"
]
[project.optional-dependencies]
test = [
"pytest>=7.1.0",
"numpy>=1.26",
"scipy>=1.14"
]
[project.urls]
homepage = "https://github.com/FlagOpen/FlagGems"
[tool.coverage.run]
omit = [
"*/.flaggems/*",
"*/usr/lib/*",
]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhangboyue/FlagGems.git
git@gitee.com:zhangboyue/FlagGems.git
zhangboyue
FlagGems
FlagGems
master

搜索帮助