Files changed (1) hide show
  1. README.md +23 -1
README.md CHANGED
@@ -406,4 +406,26 @@ Dolphin 3.0 dataset is in progress, and will include:
406
 
407
  [swag](https://fa7113.myshopify.com/)
408
 
409
- <!-- original-model-card end -->
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
406
 
407
  [swag](https://fa7113.myshopify.com/)
408
 
409
+ * gguf : bump version to 2
410
+
411
+ * gguf : add support for 64-bit (no backwards comp yet)
412
+
413
+ * gguf : v1 backwards comp
414
+
415
+ * gguf.py : bump GGUF version
416
+
417
+ * gguf.py : uint64_t on all lengths, sizes and counts, enums still uint32_t
418
+
419
+ * gguf.py : string lengths uint32_t
420
+
421
+ * gguf : update all counts to 64-bit
422
+
423
+ * gguf.py : string len uint64_t and n_dims uint32_t
424
+
425
+ * gguf : fix typo
426
+
427
+ * llama.cpp : print gguf version
428
+
429
+ ---------
430
+
431
+ Co-authored-by: klosax <131523366+klosax@users.noreply.github.com>