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

Commit

Permalink
update hf tokenizers
Browse files Browse the repository at this point in the history
  • Loading branch information
mmoskal committed Nov 6, 2024
1 parent 4284824 commit ad6be22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/src/bytes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use std::mem::size_of;

use anyhow::{anyhow, Result};
use bytemuck::{NoUninit, Pod};
use bytemuck_derive::{Pod, Zeroable};
use bytemuck_derive::Zeroable;

#[derive(Clone, Copy, PartialEq, Eq, Debug, Zeroable, Pod)]
#[repr(C)]
Expand Down
2 changes: 1 addition & 1 deletion hf_tokenizers/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ serde = { version = "1.0.192", features = ["derive"] }
serde_json = "1.0.108"
anyhow = "1.0.75"
rustc-hash = { version = "2.0.0" }
tokenizers = { version = "0.15.0", features = ["http"] }
tokenizers = { version = "0.19.1", features = ["http"] }
log = "0.4.21"

0 comments on commit ad6be22

Please sign in to comment.