Skip to content

Commit 8494414

Browse files
committed
Merge branch 'main' into support-classifier-attentions
2 parents ac2493a + 3aa7c78 commit 8494414

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/tokenizers.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,8 @@ import {
4747
import { Template } from '@huggingface/jinja';
4848

4949
import {
50-
WHISPER_LANGUAGE_MAPPING,
51-
whisper_language_to_code,
50+
WHISPER_LANGUAGE_MAPPING
5251
} from './models/whisper/common_whisper.js';
53-
import { GITHUB_ISSUE_URL } from './utils/constants.js';
5452

5553
/**
5654
* @typedef {Object} TokenizerProperties Additional tokenizer-specific properties.

0 commit comments

Comments
 (0)