Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
fix zephyr file size
Browse files Browse the repository at this point in the history
  • Loading branch information
yagil committed Nov 1, 2023
1 parent 0818415 commit 4bb92e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions models/zephyr-7B-beta.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
{
"name": "zephyr-7b-beta.Q4_K_S.gguf",
"url": "https://huggingface.co/TheBloke/zephyr-7B-beta-GGUF/resolve/main/zephyr-7b-beta.Q4_K_S.gguf",
"sizeBytes": 4140373664,
"sizeBytes": 4140373696,
"quantization": "Q4_K_S",
"format": "gguf",
"sha256checksum": "cafa0b85b2efc15ca33023f3b87f8d0c44ddcace16b3fb608280e0eb8f425cb1",
Expand All @@ -43,7 +43,7 @@
{
"name": "zephyr-7b-beta.Q6_K.gguf",
"url": "https://huggingface.co/TheBloke/zephyr-7B-beta-GGUF/resolve/main/zephyr-7b-beta.Q6_K.gguf",
"sizeBytes": 5942064800,
"sizeBytes": 5942064832,
"quantization": "Q6_K",
"format": "gguf",
"sha256checksum": "39b52e291eea6040de078283ee5316ff2a317e2b6f59be56724d9b29bada6cfe",
Expand Down

0 comments on commit 4bb92e2

Please sign in to comment.