Skip to content

Commit

Permalink
Fix autoTokenizer sending stale arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeWithKyrian committed Apr 11, 2024
1 parent d07b182 commit 56ea0ee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Pipelines/Task.php
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,6 @@ public function autoModel(

public function autoTokenizer(
string $modelNameOrPath,
bool $quantized = true,
?array $config = null,
?string $cacheDir = null,
string $revision = 'main',
?OutputInterface $output = null
Expand Down

0 comments on commit 56ea0ee

Please sign in to comment.