Black preview (#17217)
* Black preview * Fixup too! * Fix check copies * Use the same version as the CI * Bump black
This commit is contained in:
@@ -112,7 +112,10 @@ class HumanEvalArguments:
|
||||
device_int: Optional[int] = field(
|
||||
default=-1,
|
||||
metadata={
|
||||
"help": "Determine which device to run the `text-generation` Pipeline on. -1 is CPU and any zero or positive number corresponds to which GPU device id to run on."
|
||||
"help": (
|
||||
"Determine which device to run the `text-generation` Pipeline on. -1 is CPU and any zero or positive"
|
||||
" number corresponds to which GPU device id to run on."
|
||||
)
|
||||
},
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user