Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
belladoreai committed Jun 16, 2023
1 parent de06d57 commit 953e5a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-llama-tokenizer.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import llamaTokenizer from './llama_tokenizer.js'
import llamaTokenizer from './llama-tokenizer.js'

// The reason why tests are in llama_tokenizer.js is that I want to be able to run tests on browser-side too, not only in Node.
// The base64 decoding is done differently in different environments, which is why tests need to run in both browser and Node.
Expand Down

0 comments on commit 953e5a3

Please sign in to comment.