Skip to content

Commit

Permalink
Merge branch 'main' into support-classifier-attentions
Browse files Browse the repository at this point in the history
  • Loading branch information
xenova committed Dec 28, 2024
2 parents ac2493a + 3aa7c78 commit 8494414
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/tokenizers.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,8 @@ import {
import { Template } from '@huggingface/jinja';

import {
WHISPER_LANGUAGE_MAPPING,
whisper_language_to_code,
WHISPER_LANGUAGE_MAPPING
} from './models/whisper/common_whisper.js';
import { GITHUB_ISSUE_URL } from './utils/constants.js';

/**
* @typedef {Object} TokenizerProperties Additional tokenizer-specific properties.
Expand Down

0 comments on commit 8494414

Please sign in to comment.