Skip to content

Commit

Permalink
removed gguf warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jafioti committed Jun 22, 2024
1 parent 14c269e commit 8d36e70
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/llama/src/gguf.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
//! Support for the GGUF file format.
//!
//! Spec: https://github.com/philpax/ggml/blob/gguf-spec/docs/gguf.md
#![allow(unused)]

use byteorder::{LittleEndian, ReadBytesExt};
use std::collections::HashMap;
Expand Down
1 change: 1 addition & 0 deletions examples/llama_server/src/llama/gguf.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
//! Support for the GGUF file format.
//!
//! Spec: https://github.com/philpax/ggml/blob/gguf-spec/docs/gguf.md
#![allow(unused)]

use byteorder::{LittleEndian, ReadBytesExt};
use std::collections::HashMap;
Expand Down
1 change: 1 addition & 0 deletions examples/phi/src/gguf.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
//! Support for the GGUF file format.
//!
//! Spec: https://github.com/philpax/ggml/blob/gguf-spec/docs/gguf.md
#![allow(unused)]

use byteorder::{LittleEndian, ReadBytesExt};
use std::collections::HashMap;
Expand Down

0 comments on commit 8d36e70

Please sign in to comment.