summaryrefslogtreecommitdiff
path: root/candle-core/src/quantized
diff options
context:
space:
mode:
authorLaurent Mazare <laurent.mazare@gmail.com>2024-05-03 11:17:05 +0200
committerGitHub <noreply@github.com>2024-05-03 11:17:05 +0200
commit89f53b9d7b36bbc0f555cd3c9882d21f84b2e13f (patch)
tree5952c781ed2c09ed81073ef637ed98a2ae5209d7 /candle-core/src/quantized
parenta09d451d11a91ea7a7feaa40460abb282581a0f1 (diff)
downloadcandle-89f53b9d7b36bbc0f555cd3c9882d21f84b2e13f.tar.gz
candle-89f53b9d7b36bbc0f555cd3c9882d21f84b2e13f.tar.bz2
candle-89f53b9d7b36bbc0f555cd3c9882d21f84b2e13f.zip
Bump the version number to 0.5.1. (#2155)
* Bump the version number to 0.5.1. * Fix clippy lints for 1.78. * More clippy fixes.
Diffstat (limited to 'candle-core/src/quantized')
-rw-r--r--candle-core/src/quantized/gguf_file.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/candle-core/src/quantized/gguf_file.rs b/candle-core/src/quantized/gguf_file.rs
index b729d4a0..1e9a6a9a 100644
--- a/candle-core/src/quantized/gguf_file.rs
+++ b/candle-core/src/quantized/gguf_file.rs
@@ -135,7 +135,6 @@ pub enum ValueType {
// The value is a UTF-8 non-null-terminated string, with length prepended.
String,
// The value is an array of other values, with the length and type prepended.
- ///
// Arrays can be nested, and the length of the array is the number of elements in the array, not the number of bytes.
Array,
}