Skip to content

Commit

Permalink
Use local hub library for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xenova committed Nov 22, 2023
1 parent 246514e commit 7cb9849
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/templates/test/e2e.test.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
import { assert, describe, expect, it } from 'vitest';
import { describe, expect, it } from 'vitest';

import { Template } from '../src/index.js';

import { downloadFile } from '@huggingface/hub';

import { downloadFile } from '../../hub';

const EXAMPLE_CHAT = [
{ "role": "user", "content": "Hello, how are you?" },
Expand Down

0 comments on commit 7cb9849

Please sign in to comment.