Skip to content

Commit

Permalink
Remove unsued imports tokenizers.js (#1116)
Browse files Browse the repository at this point in the history
  • Loading branch information
pratapvardhan authored Dec 28, 2024
1 parent d874c90 commit 3aa7c78
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 3aa7c78

Please sign in to comment.