Skip to content

Commit 2290d48

Browse files
committed
Inline liger-kernel definition
Signed-off-by: Dong Hyuk Chang <donghyukc@nvidia.com>
1 parent 9fe507a commit 2290d48

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pyproject.toml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -181,11 +181,7 @@ torch = [
181181
{ index = "pypi", marker = "sys_platform == 'darwin'" },
182182
]
183183
cut-cross-entropy = { git = "https://github.com/apple/ml-cross-entropy.git", rev = "87a86aba72cfd2f0d8abecaf81c13c4528ea07d8" }
184-
liger-kernel = {
185-
git = "https://github.com/linkedin/Liger-Kernel.git",
186-
rev = "49e63538e64b00780e424e34bc4f193dcfeba75c",
187-
marker = "platform_machine == 'x86_64' and platform_system != 'Darwin'",
188-
}
184+
liger-kernel = { git = "https://github.com/linkedin/Liger-Kernel.git", rev = "49e63538e64b00780e424e34bc4f193dcfeba75c", marker = "platform_machine == 'x86_64' and platform_system != 'Darwin'" }
189185

190186
[tool.coverage.paths]
191187
source = [".", "/workspace", "/home/runner/work/Automodel/Automodel"]

0 commit comments

Comments
 (0)