Skip to content

Commit d1d3ff9

Browse files
authored
Remove gradlib mention from pyproject (#549)
1 parent 262ed1e commit d1d3ff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ exclude = [
142142

143143
[tool.codespell]
144144
ignore-words-list = "dout, te, indicies, subtile, ElementE"
145-
skip = "tests/models/fixtures/*,tests/prompts/*,benchmarks/sonnet.txt,tests/lora/data/*,build,csrc/gradlib/*,csrc/rocm/*,vllm/third_party/*"
145+
skip = "tests/models/fixtures/*,tests/prompts/*,benchmarks/sonnet.txt,tests/lora/data/*,build,csrc/rocm/*,vllm/third_party/*"
146146

147147
[tool.isort]
148148
skip_glob = [

0 commit comments

Comments
 (0)