Skip to content

Commit 1217b5a

Browse files
committed
fix lint in CI
1 parent a4b1636 commit 1217b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tasks/src/model-libraries-snippets.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ export const bm25s = (model: ModelData): string[] => [
115115
retriever = BM25HF.load_from_hub("${model.id}")`,
116116
];
117117

118-
export const chatterbox = (model: ModelData): string[] => [
118+
export const chatterbox = (): string[] => [
119119
`# pip install chatterbox-tts
120120
import torchaudio as ta
121121
from chatterbox.tts import ChatterboxTTS

0 commit comments

Comments
 (0)