Skip to content

Commit 18bd626

Browse files
authored
ci: Move cut-cross-entropy as dev dep (#229)
* Use verbose wheel upload Signed-off-by: Dong Hyuk Chang <[email protected]> * Remove unused vars Signed-off-by: Dong Hyuk Chang <[email protected]> * Update uv lock file Signed-off-by: Dong Hyuk Chang <[email protected]> * Update uv lock file Signed-off-by: Dong Hyuk Chang <[email protected]> * Remove cut-cross-entropy from pyproject toml Signed-off-by: Dong Hyuk Chang <[email protected]> * Remove cut-cross-entropy from lock file Signed-off-by: Dong Hyuk Chang <[email protected]> * Move cutcrossentropy to dev Signed-off-by: Dong Hyuk Chang <[email protected]> * Revert wheel workflow deletion Signed-off-by: Dong Hyuk Chang <[email protected]> --------- Signed-off-by: Dong Hyuk Chang <[email protected]>
1 parent ec04b22 commit 18bd626

File tree

2 files changed

+21
-18
lines changed

2 files changed

+21
-18
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ classifiers = [
7070
]
7171
dependencies = [
7272
"bitsandbytes==0.45.5; (platform_machine == 'x86_64' and platform_system != 'Darwin')",
73-
"cut-cross-entropy @ git+https://github.com/apple/ml-cross-entropy.git@87a86ab",
7473
"datasets<4.0.0",
7574
"liger-kernel==0.5.8; (platform_machine == 'x86_64' and platform_system != 'Darwin')",
7675
"pyyaml",
@@ -108,6 +107,8 @@ linting = [
108107
]
109108
test = ["coverage", "pytest", "peft"]
110109
nvfsdp = ["nvfsdp"]
110+
dev = ["cut-cross-entropy @ git+https://github.com/apple/ml-cross-entropy.git@87a86ab"]
111+
111112

112113
[tool.uv]
113114
default-groups = ["build", "docs", "test", "nvfsdp"]

uv.lock

Lines changed: 19 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)