Skip to content

Commit

Permalink
candle core rename
Browse files Browse the repository at this point in the history
  • Loading branch information
santiagomed committed Nov 8, 2023
1 parent 1dcec86 commit 478f6eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/src/utils/token_stream.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use candle_core::Result;
use candle::Result;

/// This is a wrapper around a tokenizer to ensure that tokens can be returned to the user in a
/// streaming way rather than having to wait for the full decoding.
Expand Down

0 comments on commit 478f6eb

Please sign in to comment.