We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60f0584 commit b535228Copy full SHA for b535228
bintensors/src/tensor.rs
@@ -20,8 +20,6 @@ const OFFSET: usize = 8;
20
pub enum BinTensorError {
21
/// The header is an invalid UTF-8 string and cannot be read.
22
InvalidHeader,
23
- /// The header's first byte is not the expected `{`.
24
- InvalidHeaderStart,
25
/// The header is large than 100Mo which is considered too large (Might evolve in the future).
26
HeaderTooLarge,
27
/// The header is smaller than 8 bytes
0 commit comments