Skip to content

Commit 56ea0ee

Browse files
Fix autoTokenizer sending stale arguments
1 parent d07b182 commit 56ea0ee

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/Pipelines/Task.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -182,8 +182,6 @@ public function autoModel(
182182

183183
public function autoTokenizer(
184184
string $modelNameOrPath,
185-
bool $quantized = true,
186-
?array $config = null,
187185
?string $cacheDir = null,
188186
string $revision = 'main',
189187
?OutputInterface $output = null

0 commit comments

Comments
 (0)