Skip to content

Commit 8eeba88

Browse files
committed
make it test against accelerate master branch
1 parent 6e81ac5 commit 8eeba88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ def run(self):
178178
extras["docs"] = deps_list("hf-doc-builder")
179179
extras["training"] = deps_list("accelerate", "datasets", "tensorboard", "modelcards")
180180
extras["test"] = deps_list(
181-
"accelerate",
181+
"git://github.com/huggingface/accelerate.git",
182182
"datasets",
183183
"onnxruntime",
184184
"pytest",

0 commit comments

Comments
 (0)