[GH-ISSUE #8726] Ollama create gives "Error: invalid character 'v' looking for beginning of value" when creating ALIA 40B model #5660

Closed
opened 2026-04-12 16:57:21 -05:00 by GiteaMirror · 6 comments
Owner

Originally created by @dolivanu on GitHub (Jan 31, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/8726

Originally assigned to: @pdevine on GitHub.

What is the issue?

Context

Trying to create the model for Spain's new LLM model ALIA. The model is published in Hugging Face and the instructions followed are credited to Rubén Arcos.

Steps to reproduce

Using Ollama 0.5.7 on Windows 10 Pro 22H2, download the model from HF using git clone https://huggingface.co/BSC-LT/ALIA-40b with git-lfs installed. 175 GB free space in SDD after downloading.

Files downloaded

images\
Modelfile                                    6
model-00016-of-00017.safetensors 3.019.983.016
model-00014-of-00017.safetensors 4.932.603.088
model-00002-of-00017.safetensors 4.932.603.064
model-00010-of-00017.safetensors 4.932.603.088
model-00012-of-00017.safetensors 4.831.940.160
model-00001-of-00017.safetensors 4.898.947.792
tokenizer.model                      4.813.274
model-00008-of-00017.safetensors 4.831.940.160
model-00004-of-00017.safetensors 4.831.940.128
model-00017-of-00017.safetensors 4.194.304.128
model-00013-of-00017.safetensors 4.932.603.096
model-00011-of-00017.safetensors 4.932.636.096
model-00009-of-00017.safetensors 4.932.603.096
model-00007-of-00017.safetensors 4.932.636.096
model-00003-of-00017.safetensors 4.932.636.064
model-00005-of-00017.safetensors 4.932.603.096
model-00006-of-00017.safetensors 4.932.603.088
model-00015-of-00017.safetensors 4.932.636.096
tokenizer_config.json                    1.032
special_tokens_map.json                    437
tokenizer.json                             136
model.safetensors.index.json            36.280
config.json                                707
generation_config.json                     117
README.md                               63.525

Modelfile file content is FROM . trying with and without new line.
Command used to create is ollama create alia40b, giving Error: invalid character 'v' looking for beginning of value error.

Error

C:\Users\usuario\source\repos\HF\BSC-LT\ALIA-40b>ollama create alia40b
gathering model components
copying file sha256:46049c9ce047e7db0ccfff44cb4d4b241bb4fb69619b1882709a2ccc5c0ddbdf 100%
copying file sha256:a0999fa464c0159524161682c68dde07714daa58b79ab10c3f39cb67951ddec6 100%
copying file sha256:fa490e57cebce5cb1a0a5b1a5d3fa4de05aee53dc3a44791f1c3401db44d802d 100%
copying file sha256:5ee56cb425b2fc75365979ac567e67c22eeb4b49b6edaa4a0c72905094bf5ab4 100%
copying file sha256:c6b26875ba10aed59dfca60fd383773f83bc5de4606b1e020a8d6cdeb823b8a7 100%
copying file sha256:28d9169546c4d6fb4a5161ec273d1848a8e16ead6c239dc2e145774272f47fb2 100%
copying file sha256:90fc55c26a532d8eb9a96d15149b9391105466b120e0a0b496c7422b77228564 100%
copying file sha256:a76cd8c3d64a6d6db3cad041528d0452d8bd853de7969429a2ca7ae448649ad6 100%
copying file sha256:c8c14df494eedafb26c1ddbaf2f64c5c7b492aa1562b3bab896de10357d68dc7 100%
copying file sha256:c34abe63aede8a40b6c1cceaa1f2048ded19a7b96a8488c67da874453694e330 100%
copying file sha256:b707027d1788e9a20347eca6389d21cf29bc40cd38f03f767dd97069e018ab43 100%
copying file sha256:379059ef5fda0836a32128745fcf7b152e8280f7e1cce674d1ab4a84b7fb4ae3 100%
copying file sha256:6f474d2516bcc0fde8e7846effd4f415c8a1930e16604f2bdff30fe447336a62 100%
copying file sha256:3ff526e46d494258a656971416da3cc1510464c9c6f32ee47a2a926ca3d75a7a 100%
copying file sha256:9635e1d0c5287498d473c264157de7b60c0364d31f8df1813b68dbda6960b9b7 100%
copying file sha256:98275b7e8711ec35c7a48591daa33efacc062d0af056bbbcafffa4c5349700cc 100%
copying file sha256:b9970d40aa9954e8ace15a559111f090c76a177d05d183ccf2b975d584319d39 100%
copying file sha256:1c1dec561c5b21c305f50cc33ce688ccff660f22db8266f4edda6408a5b2e9e0 100%
copying file sha256:93ff37553fd5ac3066df67c15f2300381b804b56e778e61d479295f69f8c0080 100%
copying file sha256:5e7c1e9cfd124c531fecfb8a39d4344cdc1ee2b2e33fc4783ce8fae6a59d8179 100%
copying file sha256:02d12a0f1f21f2001b9770c122795c34484a1f9eeefd5739437b62601a1ad19b 100%
copying file sha256:f02d3cbb8e0f9fbde20b806f90233b3dd5c9260b22a6fb35c03d5d717aca9471 100%
copying file sha256:ceb246808ed7507cf405f47f901b17f051c7ca3915d5b4e5e5b1ab9b44b2509f 100%
copying file sha256:b779ce0b2be00f7cfd9d6188ed88e94700dafc1a7138fef8fca88f06aca11dac 100%
converting model
Error: invalid character 'v' looking for beginning of value

Ollama works fine with ollama library models downloaded like mistral-small, but error raises when creating one from HF.

OS

Windows

GPU

Nvidia

CPU

Intel

Ollama version

0.5.7

Originally created by @dolivanu on GitHub (Jan 31, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/8726 Originally assigned to: @pdevine on GitHub. ### What is the issue? ### Context Trying to create the model for Spain's new LLM model [ALIA](https://alia.gob.es/eng/). The model is published in [Hugging Face](https://huggingface.co/BSC-LT/ALIA-40b) and the instructions followed are credited to [Rubén Arcos](https://rarcos.com/2025/01/22/ALIA_on_Ollama/). ### Steps to reproduce Using Ollama 0.5.7 on Windows 10 Pro 22H2, download the model from HF using `git clone https://huggingface.co/BSC-LT/ALIA-40b` with git-lfs installed. 175 GB free space in SDD after downloading. <details><summary>Files downloaded</summary> <p> ``` images\ Modelfile 6 model-00016-of-00017.safetensors 3.019.983.016 model-00014-of-00017.safetensors 4.932.603.088 model-00002-of-00017.safetensors 4.932.603.064 model-00010-of-00017.safetensors 4.932.603.088 model-00012-of-00017.safetensors 4.831.940.160 model-00001-of-00017.safetensors 4.898.947.792 tokenizer.model 4.813.274 model-00008-of-00017.safetensors 4.831.940.160 model-00004-of-00017.safetensors 4.831.940.128 model-00017-of-00017.safetensors 4.194.304.128 model-00013-of-00017.safetensors 4.932.603.096 model-00011-of-00017.safetensors 4.932.636.096 model-00009-of-00017.safetensors 4.932.603.096 model-00007-of-00017.safetensors 4.932.636.096 model-00003-of-00017.safetensors 4.932.636.064 model-00005-of-00017.safetensors 4.932.603.096 model-00006-of-00017.safetensors 4.932.603.088 model-00015-of-00017.safetensors 4.932.636.096 tokenizer_config.json 1.032 special_tokens_map.json 437 tokenizer.json 136 model.safetensors.index.json 36.280 config.json 707 generation_config.json 117 README.md 63.525 ``` </p> </details> `Modelfile` file content is `FROM .` trying with and without new line. Command used to create is `ollama create alia40b`, giving `Error: invalid character 'v' looking for beginning of value` error. <details><summary>Error</summary> <p> ``` C:\Users\usuario\source\repos\HF\BSC-LT\ALIA-40b>ollama create alia40b gathering model components copying file sha256:46049c9ce047e7db0ccfff44cb4d4b241bb4fb69619b1882709a2ccc5c0ddbdf 100% copying file sha256:a0999fa464c0159524161682c68dde07714daa58b79ab10c3f39cb67951ddec6 100% copying file sha256:fa490e57cebce5cb1a0a5b1a5d3fa4de05aee53dc3a44791f1c3401db44d802d 100% copying file sha256:5ee56cb425b2fc75365979ac567e67c22eeb4b49b6edaa4a0c72905094bf5ab4 100% copying file sha256:c6b26875ba10aed59dfca60fd383773f83bc5de4606b1e020a8d6cdeb823b8a7 100% copying file sha256:28d9169546c4d6fb4a5161ec273d1848a8e16ead6c239dc2e145774272f47fb2 100% copying file sha256:90fc55c26a532d8eb9a96d15149b9391105466b120e0a0b496c7422b77228564 100% copying file sha256:a76cd8c3d64a6d6db3cad041528d0452d8bd853de7969429a2ca7ae448649ad6 100% copying file sha256:c8c14df494eedafb26c1ddbaf2f64c5c7b492aa1562b3bab896de10357d68dc7 100% copying file sha256:c34abe63aede8a40b6c1cceaa1f2048ded19a7b96a8488c67da874453694e330 100% copying file sha256:b707027d1788e9a20347eca6389d21cf29bc40cd38f03f767dd97069e018ab43 100% copying file sha256:379059ef5fda0836a32128745fcf7b152e8280f7e1cce674d1ab4a84b7fb4ae3 100% copying file sha256:6f474d2516bcc0fde8e7846effd4f415c8a1930e16604f2bdff30fe447336a62 100% copying file sha256:3ff526e46d494258a656971416da3cc1510464c9c6f32ee47a2a926ca3d75a7a 100% copying file sha256:9635e1d0c5287498d473c264157de7b60c0364d31f8df1813b68dbda6960b9b7 100% copying file sha256:98275b7e8711ec35c7a48591daa33efacc062d0af056bbbcafffa4c5349700cc 100% copying file sha256:b9970d40aa9954e8ace15a559111f090c76a177d05d183ccf2b975d584319d39 100% copying file sha256:1c1dec561c5b21c305f50cc33ce688ccff660f22db8266f4edda6408a5b2e9e0 100% copying file sha256:93ff37553fd5ac3066df67c15f2300381b804b56e778e61d479295f69f8c0080 100% copying file sha256:5e7c1e9cfd124c531fecfb8a39d4344cdc1ee2b2e33fc4783ce8fae6a59d8179 100% copying file sha256:02d12a0f1f21f2001b9770c122795c34484a1f9eeefd5739437b62601a1ad19b 100% copying file sha256:f02d3cbb8e0f9fbde20b806f90233b3dd5c9260b22a6fb35c03d5d717aca9471 100% copying file sha256:ceb246808ed7507cf405f47f901b17f051c7ca3915d5b4e5e5b1ab9b44b2509f 100% copying file sha256:b779ce0b2be00f7cfd9d6188ed88e94700dafc1a7138fef8fca88f06aca11dac 100% converting model Error: invalid character 'v' looking for beginning of value ``` </p> </details> Ollama works fine with ollama library models downloaded like `mistral-small`, but error raises when creating one from HF. ### OS Windows ### GPU Nvidia ### CPU Intel ### Ollama version 0.5.7
GiteaMirror added the bug label 2026-04-12 16:57:21 -05:00
Author
Owner

@rick-github commented on GitHub (Feb 1, 2025):

I download the files with the huggingface cli.

$ echo FROM . > Modelfile
$ ollama create alia40b
gathering model components 
copying file sha256:f769ce0b018b0d689d27146688e2cfd6008040cc15bd51acb5b6bdf755a123e7 100% 
copying file sha256:4fe2864e93399ea764c2aaa9842b398bd1bdaadc14b89cbaf895a2b4cd024a22 100% 
copying file sha256:9635e1d0c5287498d473c264157de7b60c0364d31f8df1813b68dbda6960b9b7 100% 
copying file sha256:c6b26875ba10aed59dfca60fd383773f83bc5de4606b1e020a8d6cdeb823b8a7 100% 
copying file sha256:c34abe63aede8a40b6c1cceaa1f2048ded19a7b96a8488c67da874453694e330 100% 
copying file sha256:90fc55c26a532d8eb9a96d15149b9391105466b120e0a0b496c7422b77228564 100% 
copying file sha256:5e7c1e9cfd124c531fecfb8a39d4344cdc1ee2b2e33fc4783ce8fae6a59d8179 100% 
copying file sha256:af2f6cf3e6351e9954ae4bcc715ba2733a14c71837df76a26b0f998da68d4d10 100% 
copying file sha256:2e90b85b3e3b3ebfc6b9bafeb954b37f2435eed595738337e53f2a746d23d5a2 100% 
copying file sha256:571a07af570381d504321ea7203c766a8f7f4e7cd2b1ae36dff6f80b5be24093 100% 
copying file sha256:a76cd8c3d64a6d6db3cad041528d0452d8bd853de7969429a2ca7ae448649ad6 100% 
copying file sha256:28d9169546c4d6fb4a5161ec273d1848a8e16ead6c239dc2e145774272f47fb2 100% 
copying file sha256:93ff37553fd5ac3066df67c15f2300381b804b56e778e61d479295f69f8c0080 100% 
copying file sha256:46049c9ce047e7db0ccfff44cb4d4b241bb4fb69619b1882709a2ccc5c0ddbdf 100% 
copying file sha256:1c1dec561c5b21c305f50cc33ce688ccff660f22db8266f4edda6408a5b2e9e0 100% 
copying file sha256:3ff526e46d494258a656971416da3cc1510464c9c6f32ee47a2a926ca3d75a7a 100% 
copying file sha256:f02d3cbb8e0f9fbde20b806f90233b3dd5c9260b22a6fb35c03d5d717aca9471 100% 
copying file sha256:98275b7e8711ec35c7a48591daa33efacc062d0af056bbbcafffa4c5349700cc 100% 
copying file sha256:b9970d40aa9954e8ace15a559111f090c76a177d05d183ccf2b975d584319d39 100% 
copying file sha256:fa490e57cebce5cb1a0a5b1a5d3fa4de05aee53dc3a44791f1c3401db44d802d 100% 
copying file sha256:ceb246808ed7507cf405f47f901b17f051c7ca3915d5b4e5e5b1ab9b44b2509f 100% 
copying file sha256:5ee56cb425b2fc75365979ac567e67c22eeb4b49b6edaa4a0c72905094bf5ab4 100% 
copying file sha256:c8c14df494eedafb26c1ddbaf2f64c5c7b492aa1562b3bab896de10357d68dc7 100% 
copying file sha256:6fa06efa2785e450051989a6f8fb4416b10149ded485ddd3f127a40734f5cfd0 100% 
converting model 
creating new layer sha256:c467036e77fb248038c64189c0c4b30d0283dde9fa3230f2150bf78ad0fc08d7 
writing manifest 
success 

A diff in the blob signatures shows differences:

--- dolivanu
+++ rick-github
@@ -1,24 +1,24 @@
-copying file sha256:02d12a0f1f21f2001b9770c122795c34484a1f9eeefd5739437b62601a1ad19b 100%
 copying file sha256:1c1dec561c5b21c305f50cc33ce688ccff660f22db8266f4edda6408a5b2e9e0 100%
 copying file sha256:28d9169546c4d6fb4a5161ec273d1848a8e16ead6c239dc2e145774272f47fb2 100%
-copying file sha256:379059ef5fda0836a32128745fcf7b152e8280f7e1cce674d1ab4a84b7fb4ae3 100%
+copying file sha256:2e90b85b3e3b3ebfc6b9bafeb954b37f2435eed595738337e53f2a746d23d5a2 100% 
 copying file sha256:3ff526e46d494258a656971416da3cc1510464c9c6f32ee47a2a926ca3d75a7a 100%
 copying file sha256:46049c9ce047e7db0ccfff44cb4d4b241bb4fb69619b1882709a2ccc5c0ddbdf 100%
+copying file sha256:4fe2864e93399ea764c2aaa9842b398bd1bdaadc14b89cbaf895a2b4cd024a22 100% 
+copying file sha256:571a07af570381d504321ea7203c766a8f7f4e7cd2b1ae36dff6f80b5be24093 100% 
 copying file sha256:5e7c1e9cfd124c531fecfb8a39d4344cdc1ee2b2e33fc4783ce8fae6a59d8179 100%
 copying file sha256:5ee56cb425b2fc75365979ac567e67c22eeb4b49b6edaa4a0c72905094bf5ab4 100%
-copying file sha256:6f474d2516bcc0fde8e7846effd4f415c8a1930e16604f2bdff30fe447336a62 100%
+copying file sha256:6fa06efa2785e450051989a6f8fb4416b10149ded485ddd3f127a40734f5cfd0 100% 
 copying file sha256:90fc55c26a532d8eb9a96d15149b9391105466b120e0a0b496c7422b77228564 100%
 copying file sha256:93ff37553fd5ac3066df67c15f2300381b804b56e778e61d479295f69f8c0080 100%
 copying file sha256:9635e1d0c5287498d473c264157de7b60c0364d31f8df1813b68dbda6960b9b7 100%
 copying file sha256:98275b7e8711ec35c7a48591daa33efacc062d0af056bbbcafffa4c5349700cc 100%
-copying file sha256:a0999fa464c0159524161682c68dde07714daa58b79ab10c3f39cb67951ddec6 100%
 copying file sha256:a76cd8c3d64a6d6db3cad041528d0452d8bd853de7969429a2ca7ae448649ad6 100%
-copying file sha256:b707027d1788e9a20347eca6389d21cf29bc40cd38f03f767dd97069e018ab43 100%
-copying file sha256:b779ce0b2be00f7cfd9d6188ed88e94700dafc1a7138fef8fca88f06aca11dac 100%
+copying file sha256:af2f6cf3e6351e9954ae4bcc715ba2733a14c71837df76a26b0f998da68d4d10 100% 
 copying file sha256:b9970d40aa9954e8ace15a559111f090c76a177d05d183ccf2b975d584319d39 100%
 copying file sha256:c34abe63aede8a40b6c1cceaa1f2048ded19a7b96a8488c67da874453694e330 100%
 copying file sha256:c6b26875ba10aed59dfca60fd383773f83bc5de4606b1e020a8d6cdeb823b8a7 100%
 copying file sha256:c8c14df494eedafb26c1ddbaf2f64c5c7b492aa1562b3bab896de10357d68dc7 100%
 copying file sha256:ceb246808ed7507cf405f47f901b17f051c7ca3915d5b4e5e5b1ab9b44b2509f 100%
 copying file sha256:f02d3cbb8e0f9fbde20b806f90233b3dd5c9260b22a6fb35c03d5d717aca9471 100%
+copying file sha256:f769ce0b018b0d689d27146688e2cfd6008040cc15bd51acb5b6bdf755a123e7 100% 
 copying file sha256:fa490e57cebce5cb1a0a5b1a5d3fa4de05aee53dc3a44791f1c3401db44d802d 100%

Maybe retry downloading the files?

<!-- gh-comment-id:2628620587 --> @rick-github commented on GitHub (Feb 1, 2025): I download the files with the huggingface cli. ```console $ echo FROM . > Modelfile $ ollama create alia40b gathering model components copying file sha256:f769ce0b018b0d689d27146688e2cfd6008040cc15bd51acb5b6bdf755a123e7 100% copying file sha256:4fe2864e93399ea764c2aaa9842b398bd1bdaadc14b89cbaf895a2b4cd024a22 100% copying file sha256:9635e1d0c5287498d473c264157de7b60c0364d31f8df1813b68dbda6960b9b7 100% copying file sha256:c6b26875ba10aed59dfca60fd383773f83bc5de4606b1e020a8d6cdeb823b8a7 100% copying file sha256:c34abe63aede8a40b6c1cceaa1f2048ded19a7b96a8488c67da874453694e330 100% copying file sha256:90fc55c26a532d8eb9a96d15149b9391105466b120e0a0b496c7422b77228564 100% copying file sha256:5e7c1e9cfd124c531fecfb8a39d4344cdc1ee2b2e33fc4783ce8fae6a59d8179 100% copying file sha256:af2f6cf3e6351e9954ae4bcc715ba2733a14c71837df76a26b0f998da68d4d10 100% copying file sha256:2e90b85b3e3b3ebfc6b9bafeb954b37f2435eed595738337e53f2a746d23d5a2 100% copying file sha256:571a07af570381d504321ea7203c766a8f7f4e7cd2b1ae36dff6f80b5be24093 100% copying file sha256:a76cd8c3d64a6d6db3cad041528d0452d8bd853de7969429a2ca7ae448649ad6 100% copying file sha256:28d9169546c4d6fb4a5161ec273d1848a8e16ead6c239dc2e145774272f47fb2 100% copying file sha256:93ff37553fd5ac3066df67c15f2300381b804b56e778e61d479295f69f8c0080 100% copying file sha256:46049c9ce047e7db0ccfff44cb4d4b241bb4fb69619b1882709a2ccc5c0ddbdf 100% copying file sha256:1c1dec561c5b21c305f50cc33ce688ccff660f22db8266f4edda6408a5b2e9e0 100% copying file sha256:3ff526e46d494258a656971416da3cc1510464c9c6f32ee47a2a926ca3d75a7a 100% copying file sha256:f02d3cbb8e0f9fbde20b806f90233b3dd5c9260b22a6fb35c03d5d717aca9471 100% copying file sha256:98275b7e8711ec35c7a48591daa33efacc062d0af056bbbcafffa4c5349700cc 100% copying file sha256:b9970d40aa9954e8ace15a559111f090c76a177d05d183ccf2b975d584319d39 100% copying file sha256:fa490e57cebce5cb1a0a5b1a5d3fa4de05aee53dc3a44791f1c3401db44d802d 100% copying file sha256:ceb246808ed7507cf405f47f901b17f051c7ca3915d5b4e5e5b1ab9b44b2509f 100% copying file sha256:5ee56cb425b2fc75365979ac567e67c22eeb4b49b6edaa4a0c72905094bf5ab4 100% copying file sha256:c8c14df494eedafb26c1ddbaf2f64c5c7b492aa1562b3bab896de10357d68dc7 100% copying file sha256:6fa06efa2785e450051989a6f8fb4416b10149ded485ddd3f127a40734f5cfd0 100% converting model creating new layer sha256:c467036e77fb248038c64189c0c4b30d0283dde9fa3230f2150bf78ad0fc08d7 writing manifest success ``` A diff in the blob signatures shows differences: ```diff --- dolivanu +++ rick-github @@ -1,24 +1,24 @@ -copying file sha256:02d12a0f1f21f2001b9770c122795c34484a1f9eeefd5739437b62601a1ad19b 100% copying file sha256:1c1dec561c5b21c305f50cc33ce688ccff660f22db8266f4edda6408a5b2e9e0 100% copying file sha256:28d9169546c4d6fb4a5161ec273d1848a8e16ead6c239dc2e145774272f47fb2 100% -copying file sha256:379059ef5fda0836a32128745fcf7b152e8280f7e1cce674d1ab4a84b7fb4ae3 100% +copying file sha256:2e90b85b3e3b3ebfc6b9bafeb954b37f2435eed595738337e53f2a746d23d5a2 100% copying file sha256:3ff526e46d494258a656971416da3cc1510464c9c6f32ee47a2a926ca3d75a7a 100% copying file sha256:46049c9ce047e7db0ccfff44cb4d4b241bb4fb69619b1882709a2ccc5c0ddbdf 100% +copying file sha256:4fe2864e93399ea764c2aaa9842b398bd1bdaadc14b89cbaf895a2b4cd024a22 100% +copying file sha256:571a07af570381d504321ea7203c766a8f7f4e7cd2b1ae36dff6f80b5be24093 100% copying file sha256:5e7c1e9cfd124c531fecfb8a39d4344cdc1ee2b2e33fc4783ce8fae6a59d8179 100% copying file sha256:5ee56cb425b2fc75365979ac567e67c22eeb4b49b6edaa4a0c72905094bf5ab4 100% -copying file sha256:6f474d2516bcc0fde8e7846effd4f415c8a1930e16604f2bdff30fe447336a62 100% +copying file sha256:6fa06efa2785e450051989a6f8fb4416b10149ded485ddd3f127a40734f5cfd0 100% copying file sha256:90fc55c26a532d8eb9a96d15149b9391105466b120e0a0b496c7422b77228564 100% copying file sha256:93ff37553fd5ac3066df67c15f2300381b804b56e778e61d479295f69f8c0080 100% copying file sha256:9635e1d0c5287498d473c264157de7b60c0364d31f8df1813b68dbda6960b9b7 100% copying file sha256:98275b7e8711ec35c7a48591daa33efacc062d0af056bbbcafffa4c5349700cc 100% -copying file sha256:a0999fa464c0159524161682c68dde07714daa58b79ab10c3f39cb67951ddec6 100% copying file sha256:a76cd8c3d64a6d6db3cad041528d0452d8bd853de7969429a2ca7ae448649ad6 100% -copying file sha256:b707027d1788e9a20347eca6389d21cf29bc40cd38f03f767dd97069e018ab43 100% -copying file sha256:b779ce0b2be00f7cfd9d6188ed88e94700dafc1a7138fef8fca88f06aca11dac 100% +copying file sha256:af2f6cf3e6351e9954ae4bcc715ba2733a14c71837df76a26b0f998da68d4d10 100% copying file sha256:b9970d40aa9954e8ace15a559111f090c76a177d05d183ccf2b975d584319d39 100% copying file sha256:c34abe63aede8a40b6c1cceaa1f2048ded19a7b96a8488c67da874453694e330 100% copying file sha256:c6b26875ba10aed59dfca60fd383773f83bc5de4606b1e020a8d6cdeb823b8a7 100% copying file sha256:c8c14df494eedafb26c1ddbaf2f64c5c7b492aa1562b3bab896de10357d68dc7 100% copying file sha256:ceb246808ed7507cf405f47f901b17f051c7ca3915d5b4e5e5b1ab9b44b2509f 100% copying file sha256:f02d3cbb8e0f9fbde20b806f90233b3dd5c9260b22a6fb35c03d5d717aca9471 100% +copying file sha256:f769ce0b018b0d689d27146688e2cfd6008040cc15bd51acb5b6bdf755a123e7 100% copying file sha256:fa490e57cebce5cb1a0a5b1a5d3fa4de05aee53dc3a44791f1c3401db44d802d 100% ``` Maybe retry downloading the files?
Author
Owner

@dolivanu commented on GitHub (Feb 1, 2025):

Hi @rick-github, tried 3 times to download the model using git clone and creating the model with ollama create, same error. The ollama create outputs these files sha256 in different order each time:

ollama create outputs

C:\Users\usuario\source\repos\HF\BSC-LT\ALIA-40b>ollama create alia40b
gathering model components
copying file sha256:1c1dec561c5b21c305f50cc33ce688ccff660f22db8266f4edda6408a5b2e9e0 100%
copying file sha256:93ff37553fd5ac3066df67c15f2300381b804b56e778e61d479295f69f8c0080 100%
copying file sha256:6f474d2516bcc0fde8e7846effd4f415c8a1930e16604f2bdff30fe447336a62 100%
copying file sha256:ceb246808ed7507cf405f47f901b17f051c7ca3915d5b4e5e5b1ab9b44b2509f 100%
copying file sha256:a76cd8c3d64a6d6db3cad041528d0452d8bd853de7969429a2ca7ae448649ad6 100%
copying file sha256:c8c14df494eedafb26c1ddbaf2f64c5c7b492aa1562b3bab896de10357d68dc7 100%
copying file sha256:b9970d40aa9954e8ace15a559111f090c76a177d05d183ccf2b975d584319d39 100%
copying file sha256:5ee56cb425b2fc75365979ac567e67c22eeb4b49b6edaa4a0c72905094bf5ab4 100%
copying file sha256:02d12a0f1f21f2001b9770c122795c34484a1f9eeefd5739437b62601a1ad19b 100%
copying file sha256:b707027d1788e9a20347eca6389d21cf29bc40cd38f03f767dd97069e018ab43 100%
copying file sha256:379059ef5fda0836a32128745fcf7b152e8280f7e1cce674d1ab4a84b7fb4ae3 100%
copying file sha256:3ff526e46d494258a656971416da3cc1510464c9c6f32ee47a2a926ca3d75a7a 100%
copying file sha256:9635e1d0c5287498d473c264157de7b60c0364d31f8df1813b68dbda6960b9b7 100%
copying file sha256:46049c9ce047e7db0ccfff44cb4d4b241bb4fb69619b1882709a2ccc5c0ddbdf 100%
copying file sha256:90fc55c26a532d8eb9a96d15149b9391105466b120e0a0b496c7422b77228564 100%
copying file sha256:28d9169546c4d6fb4a5161ec273d1848a8e16ead6c239dc2e145774272f47fb2 100%
copying file sha256:5e7c1e9cfd124c531fecfb8a39d4344cdc1ee2b2e33fc4783ce8fae6a59d8179 100%
copying file sha256:b779ce0b2be00f7cfd9d6188ed88e94700dafc1a7138fef8fca88f06aca11dac 100%
copying file sha256:a0999fa464c0159524161682c68dde07714daa58b79ab10c3f39cb67951ddec6 100%
copying file sha256:f02d3cbb8e0f9fbde20b806f90233b3dd5c9260b22a6fb35c03d5d717aca9471 100%
copying file sha256:98275b7e8711ec35c7a48591daa33efacc062d0af056bbbcafffa4c5349700cc 100%
copying file sha256:c6b26875ba10aed59dfca60fd383773f83bc5de4606b1e020a8d6cdeb823b8a7 100%
copying file sha256:c34abe63aede8a40b6c1cceaa1f2048ded19a7b96a8488c67da874453694e330 100%
copying file sha256:fa490e57cebce5cb1a0a5b1a5d3fa4de05aee53dc3a44791f1c3401db44d802d 100%
converting model
Error: invalid character 'v' looking for beginning of value
C:\Users\usuario\source\repos\HF\BSC-LT\ALIA-40b>ollama create alia40b
gathering model components
copying file sha256:5ee56cb425b2fc75365979ac567e67c22eeb4b49b6edaa4a0c72905094bf5ab4 100%
copying file sha256:c34abe63aede8a40b6c1cceaa1f2048ded19a7b96a8488c67da874453694e330 100%
copying file sha256:28d9169546c4d6fb4a5161ec273d1848a8e16ead6c239dc2e145774272f47fb2 100%
copying file sha256:90fc55c26a532d8eb9a96d15149b9391105466b120e0a0b496c7422b77228564 100%
copying file sha256:b707027d1788e9a20347eca6389d21cf29bc40cd38f03f767dd97069e018ab43 100%
copying file sha256:379059ef5fda0836a32128745fcf7b152e8280f7e1cce674d1ab4a84b7fb4ae3 100%
copying file sha256:b779ce0b2be00f7cfd9d6188ed88e94700dafc1a7138fef8fca88f06aca11dac 100%
copying file sha256:3ff526e46d494258a656971416da3cc1510464c9c6f32ee47a2a926ca3d75a7a 100%
copying file sha256:ceb246808ed7507cf405f47f901b17f051c7ca3915d5b4e5e5b1ab9b44b2509f 100%
copying file sha256:98275b7e8711ec35c7a48591daa33efacc062d0af056bbbcafffa4c5349700cc 100%
copying file sha256:c6b26875ba10aed59dfca60fd383773f83bc5de4606b1e020a8d6cdeb823b8a7 100%
copying file sha256:5e7c1e9cfd124c531fecfb8a39d4344cdc1ee2b2e33fc4783ce8fae6a59d8179 100%
copying file sha256:02d12a0f1f21f2001b9770c122795c34484a1f9eeefd5739437b62601a1ad19b 100%
copying file sha256:a0999fa464c0159524161682c68dde07714daa58b79ab10c3f39cb67951ddec6 100%
copying file sha256:6f474d2516bcc0fde8e7846effd4f415c8a1930e16604f2bdff30fe447336a62 100%
copying file sha256:f02d3cbb8e0f9fbde20b806f90233b3dd5c9260b22a6fb35c03d5d717aca9471 100%
copying file sha256:9635e1d0c5287498d473c264157de7b60c0364d31f8df1813b68dbda6960b9b7 100%
copying file sha256:a76cd8c3d64a6d6db3cad041528d0452d8bd853de7969429a2ca7ae448649ad6 100%
copying file sha256:b9970d40aa9954e8ace15a559111f090c76a177d05d183ccf2b975d584319d39 100%
copying file sha256:93ff37553fd5ac3066df67c15f2300381b804b56e778e61d479295f69f8c0080 100%
copying file sha256:46049c9ce047e7db0ccfff44cb4d4b241bb4fb69619b1882709a2ccc5c0ddbdf 100%
copying file sha256:c8c14df494eedafb26c1ddbaf2f64c5c7b492aa1562b3bab896de10357d68dc7 100%
copying file sha256:1c1dec561c5b21c305f50cc33ce688ccff660f22db8266f4edda6408a5b2e9e0 100%
copying file sha256:fa490e57cebce5cb1a0a5b1a5d3fa4de05aee53dc3a44791f1c3401db44d802d 100%
converting model
Error: invalid character 'v' looking for beginning of value
C:\Users\usuario\source\repos\HF\ALIA-40b>ollama create alia40b
gathering model components
copying file sha256:a76cd8c3d64a6d6db3cad041528d0452d8bd853de7969429a2ca7ae448649ad6 100%
copying file sha256:1c1dec561c5b21c305f50cc33ce688ccff660f22db8266f4edda6408a5b2e9e0 100%
copying file sha256:c34abe63aede8a40b6c1cceaa1f2048ded19a7b96a8488c67da874453694e330 100%
copying file sha256:90fc55c26a532d8eb9a96d15149b9391105466b120e0a0b496c7422b77228564 100%
copying file sha256:a0999fa464c0159524161682c68dde07714daa58b79ab10c3f39cb67951ddec6 100%
copying file sha256:ceb246808ed7507cf405f47f901b17f051c7ca3915d5b4e5e5b1ab9b44b2509f 100%
copying file sha256:c8c14df494eedafb26c1ddbaf2f64c5c7b492aa1562b3bab896de10357d68dc7 100%
copying file sha256:c6b26875ba10aed59dfca60fd383773f83bc5de4606b1e020a8d6cdeb823b8a7 100%
copying file sha256:02d12a0f1f21f2001b9770c122795c34484a1f9eeefd5739437b62601a1ad19b 100%
copying file sha256:379059ef5fda0836a32128745fcf7b152e8280f7e1cce674d1ab4a84b7fb4ae3 100%
copying file sha256:6f474d2516bcc0fde8e7846effd4f415c8a1930e16604f2bdff30fe447336a62 100%
copying file sha256:f02d3cbb8e0f9fbde20b806f90233b3dd5c9260b22a6fb35c03d5d717aca9471 100%
copying file sha256:b9970d40aa9954e8ace15a559111f090c76a177d05d183ccf2b975d584319d39 100%
copying file sha256:46049c9ce047e7db0ccfff44cb4d4b241bb4fb69619b1882709a2ccc5c0ddbdf 100%
copying file sha256:fa490e57cebce5cb1a0a5b1a5d3fa4de05aee53dc3a44791f1c3401db44d802d 100%
copying file sha256:5ee56cb425b2fc75365979ac567e67c22eeb4b49b6edaa4a0c72905094bf5ab4 100%
copying file sha256:9635e1d0c5287498d473c264157de7b60c0364d31f8df1813b68dbda6960b9b7 100%
copying file sha256:98275b7e8711ec35c7a48591daa33efacc062d0af056bbbcafffa4c5349700cc 100%
copying file sha256:28d9169546c4d6fb4a5161ec273d1848a8e16ead6c239dc2e145774272f47fb2 100%
copying file sha256:93ff37553fd5ac3066df67c15f2300381b804b56e778e61d479295f69f8c0080 100%
copying file sha256:5e7c1e9cfd124c531fecfb8a39d4344cdc1ee2b2e33fc4783ce8fae6a59d8179 100%
copying file sha256:b707027d1788e9a20347eca6389d21cf29bc40cd38f03f767dd97069e018ab43 100%
copying file sha256:b779ce0b2be00f7cfd9d6188ed88e94700dafc1a7138fef8fca88f06aca11dac 100%
copying file sha256:3ff526e46d494258a656971416da3cc1510464c9c6f32ee47a2a926ca3d75a7a 100%
converting model
Error: invalid character 'v' looking for beginning of value

All 3 times these files sha256 output in ollama create are the same, despite the order. Here are these files downloaded:

config.json                                707 b707027d1788e9a20347eca6389d21cf29bc40cd38f03f767dd97069e018ab43
generation_config.json                     117 02d12a0f1f21f2001b9770c122795c34484a1f9eeefd5739437b62601a1ad19b
model.safetensors.index.json            36.280 379059ef5fda0836a32128745fcf7b152e8280f7e1cce674d1ab4a84b7fb4ae3
model-00001-of-00017.safetensors 4.898.947.792 3ff526e46d494258a656971416da3cc1510464c9c6f32ee47a2a926ca3d75a7a
model-00002-of-00017.safetensors 4.932.603.064 f02d3cbb8e0f9fbde20b806f90233b3dd5c9260b22a6fb35c03d5d717aca9471
model-00003-of-00017.safetensors 4.932.636.064 9635e1d0c5287498d473c264157de7b60c0364d31f8df1813b68dbda6960b9b7
model-00004-of-00017.safetensors 4.831.940.128 ceb246808ed7507cf405f47f901b17f051c7ca3915d5b4e5e5b1ab9b44b2509f
model-00005-of-00017.safetensors 4.932.603.096 5ee56cb425b2fc75365979ac567e67c22eeb4b49b6edaa4a0c72905094bf5ab4
model-00006-of-00017.safetensors 4.932.603.088 a76cd8c3d64a6d6db3cad041528d0452d8bd853de7969429a2ca7ae448649ad6
model-00007-of-00017.safetensors 4.932.636.096 98275b7e8711ec35c7a48591daa33efacc062d0af056bbbcafffa4c5349700cc
model-00008-of-00017.safetensors 4.831.940.160 c8c14df494eedafb26c1ddbaf2f64c5c7b492aa1562b3bab896de10357d68dc7
model-00009-of-00017.safetensors 4.932.603.096 b9970d40aa9954e8ace15a559111f090c76a177d05d183ccf2b975d584319d39
model-00010-of-00017.safetensors 4.932.603.088 c6b26875ba10aed59dfca60fd383773f83bc5de4606b1e020a8d6cdeb823b8a7
model-00011-of-00017.safetensors 4.932.636.096 1c1dec561c5b21c305f50cc33ce688ccff660f22db8266f4edda6408a5b2e9e0
model-00012-of-00017.safetensors 4.831.940.160 c34abe63aede8a40b6c1cceaa1f2048ded19a7b96a8488c67da874453694e330
model-00013-of-00017.safetensors 4.932.603.096 28d9169546c4d6fb4a5161ec273d1848a8e16ead6c239dc2e145774272f47fb2
model-00014-of-00017.safetensors 4.932.603.088 93ff37553fd5ac3066df67c15f2300381b804b56e778e61d479295f69f8c0080
model-00015-of-00017.safetensors 4.932.636.096 46049c9ce047e7db0ccfff44cb4d4b241bb4fb69619b1882709a2ccc5c0ddbdf
model-00016-of-00017.safetensors 3.019.983.016 5e7c1e9cfd124c531fecfb8a39d4344cdc1ee2b2e33fc4783ce8fae6a59d8179
model-00017-of-00017.safetensors 4.194.304.128 90fc55c26a532d8eb9a96d15149b9391105466b120e0a0b496c7422b77228564
README.md                               63.525 1248b51adf2c891ee00cca47da32eeb1dfb904f371d90c19e7a473d55faa3e0a
special_tokens_map.json                    437 b779ce0b2be00f7cfd9d6188ed88e94700dafc1a7138fef8fca88f06aca11dac
tokenizer.json                             136 6f474d2516bcc0fde8e7846effd4f415c8a1930e16604f2bdff30fe447336a62
tokenizer.model                      4.813.274 fa490e57cebce5cb1a0a5b1a5d3fa4de05aee53dc3a44791f1c3401db44d802d
tokenizer_config.json                    1.032 a0999fa464c0159524161682c68dde07714daa58b79ab10c3f39cb67951ddec6
<!-- gh-comment-id:2629057551 --> @dolivanu commented on GitHub (Feb 1, 2025): Hi @rick-github, tried 3 times to download the model using `git clone` and creating the model with `ollama create`, same error. The `ollama create` outputs these files sha256 in different order each time: <details><summary>ollama create outputs</summary> <p> ``` C:\Users\usuario\source\repos\HF\BSC-LT\ALIA-40b>ollama create alia40b gathering model components copying file sha256:1c1dec561c5b21c305f50cc33ce688ccff660f22db8266f4edda6408a5b2e9e0 100% copying file sha256:93ff37553fd5ac3066df67c15f2300381b804b56e778e61d479295f69f8c0080 100% copying file sha256:6f474d2516bcc0fde8e7846effd4f415c8a1930e16604f2bdff30fe447336a62 100% copying file sha256:ceb246808ed7507cf405f47f901b17f051c7ca3915d5b4e5e5b1ab9b44b2509f 100% copying file sha256:a76cd8c3d64a6d6db3cad041528d0452d8bd853de7969429a2ca7ae448649ad6 100% copying file sha256:c8c14df494eedafb26c1ddbaf2f64c5c7b492aa1562b3bab896de10357d68dc7 100% copying file sha256:b9970d40aa9954e8ace15a559111f090c76a177d05d183ccf2b975d584319d39 100% copying file sha256:5ee56cb425b2fc75365979ac567e67c22eeb4b49b6edaa4a0c72905094bf5ab4 100% copying file sha256:02d12a0f1f21f2001b9770c122795c34484a1f9eeefd5739437b62601a1ad19b 100% copying file sha256:b707027d1788e9a20347eca6389d21cf29bc40cd38f03f767dd97069e018ab43 100% copying file sha256:379059ef5fda0836a32128745fcf7b152e8280f7e1cce674d1ab4a84b7fb4ae3 100% copying file sha256:3ff526e46d494258a656971416da3cc1510464c9c6f32ee47a2a926ca3d75a7a 100% copying file sha256:9635e1d0c5287498d473c264157de7b60c0364d31f8df1813b68dbda6960b9b7 100% copying file sha256:46049c9ce047e7db0ccfff44cb4d4b241bb4fb69619b1882709a2ccc5c0ddbdf 100% copying file sha256:90fc55c26a532d8eb9a96d15149b9391105466b120e0a0b496c7422b77228564 100% copying file sha256:28d9169546c4d6fb4a5161ec273d1848a8e16ead6c239dc2e145774272f47fb2 100% copying file sha256:5e7c1e9cfd124c531fecfb8a39d4344cdc1ee2b2e33fc4783ce8fae6a59d8179 100% copying file sha256:b779ce0b2be00f7cfd9d6188ed88e94700dafc1a7138fef8fca88f06aca11dac 100% copying file sha256:a0999fa464c0159524161682c68dde07714daa58b79ab10c3f39cb67951ddec6 100% copying file sha256:f02d3cbb8e0f9fbde20b806f90233b3dd5c9260b22a6fb35c03d5d717aca9471 100% copying file sha256:98275b7e8711ec35c7a48591daa33efacc062d0af056bbbcafffa4c5349700cc 100% copying file sha256:c6b26875ba10aed59dfca60fd383773f83bc5de4606b1e020a8d6cdeb823b8a7 100% copying file sha256:c34abe63aede8a40b6c1cceaa1f2048ded19a7b96a8488c67da874453694e330 100% copying file sha256:fa490e57cebce5cb1a0a5b1a5d3fa4de05aee53dc3a44791f1c3401db44d802d 100% converting model Error: invalid character 'v' looking for beginning of value ``` ``` C:\Users\usuario\source\repos\HF\BSC-LT\ALIA-40b>ollama create alia40b gathering model components copying file sha256:5ee56cb425b2fc75365979ac567e67c22eeb4b49b6edaa4a0c72905094bf5ab4 100% copying file sha256:c34abe63aede8a40b6c1cceaa1f2048ded19a7b96a8488c67da874453694e330 100% copying file sha256:28d9169546c4d6fb4a5161ec273d1848a8e16ead6c239dc2e145774272f47fb2 100% copying file sha256:90fc55c26a532d8eb9a96d15149b9391105466b120e0a0b496c7422b77228564 100% copying file sha256:b707027d1788e9a20347eca6389d21cf29bc40cd38f03f767dd97069e018ab43 100% copying file sha256:379059ef5fda0836a32128745fcf7b152e8280f7e1cce674d1ab4a84b7fb4ae3 100% copying file sha256:b779ce0b2be00f7cfd9d6188ed88e94700dafc1a7138fef8fca88f06aca11dac 100% copying file sha256:3ff526e46d494258a656971416da3cc1510464c9c6f32ee47a2a926ca3d75a7a 100% copying file sha256:ceb246808ed7507cf405f47f901b17f051c7ca3915d5b4e5e5b1ab9b44b2509f 100% copying file sha256:98275b7e8711ec35c7a48591daa33efacc062d0af056bbbcafffa4c5349700cc 100% copying file sha256:c6b26875ba10aed59dfca60fd383773f83bc5de4606b1e020a8d6cdeb823b8a7 100% copying file sha256:5e7c1e9cfd124c531fecfb8a39d4344cdc1ee2b2e33fc4783ce8fae6a59d8179 100% copying file sha256:02d12a0f1f21f2001b9770c122795c34484a1f9eeefd5739437b62601a1ad19b 100% copying file sha256:a0999fa464c0159524161682c68dde07714daa58b79ab10c3f39cb67951ddec6 100% copying file sha256:6f474d2516bcc0fde8e7846effd4f415c8a1930e16604f2bdff30fe447336a62 100% copying file sha256:f02d3cbb8e0f9fbde20b806f90233b3dd5c9260b22a6fb35c03d5d717aca9471 100% copying file sha256:9635e1d0c5287498d473c264157de7b60c0364d31f8df1813b68dbda6960b9b7 100% copying file sha256:a76cd8c3d64a6d6db3cad041528d0452d8bd853de7969429a2ca7ae448649ad6 100% copying file sha256:b9970d40aa9954e8ace15a559111f090c76a177d05d183ccf2b975d584319d39 100% copying file sha256:93ff37553fd5ac3066df67c15f2300381b804b56e778e61d479295f69f8c0080 100% copying file sha256:46049c9ce047e7db0ccfff44cb4d4b241bb4fb69619b1882709a2ccc5c0ddbdf 100% copying file sha256:c8c14df494eedafb26c1ddbaf2f64c5c7b492aa1562b3bab896de10357d68dc7 100% copying file sha256:1c1dec561c5b21c305f50cc33ce688ccff660f22db8266f4edda6408a5b2e9e0 100% copying file sha256:fa490e57cebce5cb1a0a5b1a5d3fa4de05aee53dc3a44791f1c3401db44d802d 100% converting model Error: invalid character 'v' looking for beginning of value ``` ``` C:\Users\usuario\source\repos\HF\ALIA-40b>ollama create alia40b gathering model components copying file sha256:a76cd8c3d64a6d6db3cad041528d0452d8bd853de7969429a2ca7ae448649ad6 100% copying file sha256:1c1dec561c5b21c305f50cc33ce688ccff660f22db8266f4edda6408a5b2e9e0 100% copying file sha256:c34abe63aede8a40b6c1cceaa1f2048ded19a7b96a8488c67da874453694e330 100% copying file sha256:90fc55c26a532d8eb9a96d15149b9391105466b120e0a0b496c7422b77228564 100% copying file sha256:a0999fa464c0159524161682c68dde07714daa58b79ab10c3f39cb67951ddec6 100% copying file sha256:ceb246808ed7507cf405f47f901b17f051c7ca3915d5b4e5e5b1ab9b44b2509f 100% copying file sha256:c8c14df494eedafb26c1ddbaf2f64c5c7b492aa1562b3bab896de10357d68dc7 100% copying file sha256:c6b26875ba10aed59dfca60fd383773f83bc5de4606b1e020a8d6cdeb823b8a7 100% copying file sha256:02d12a0f1f21f2001b9770c122795c34484a1f9eeefd5739437b62601a1ad19b 100% copying file sha256:379059ef5fda0836a32128745fcf7b152e8280f7e1cce674d1ab4a84b7fb4ae3 100% copying file sha256:6f474d2516bcc0fde8e7846effd4f415c8a1930e16604f2bdff30fe447336a62 100% copying file sha256:f02d3cbb8e0f9fbde20b806f90233b3dd5c9260b22a6fb35c03d5d717aca9471 100% copying file sha256:b9970d40aa9954e8ace15a559111f090c76a177d05d183ccf2b975d584319d39 100% copying file sha256:46049c9ce047e7db0ccfff44cb4d4b241bb4fb69619b1882709a2ccc5c0ddbdf 100% copying file sha256:fa490e57cebce5cb1a0a5b1a5d3fa4de05aee53dc3a44791f1c3401db44d802d 100% copying file sha256:5ee56cb425b2fc75365979ac567e67c22eeb4b49b6edaa4a0c72905094bf5ab4 100% copying file sha256:9635e1d0c5287498d473c264157de7b60c0364d31f8df1813b68dbda6960b9b7 100% copying file sha256:98275b7e8711ec35c7a48591daa33efacc062d0af056bbbcafffa4c5349700cc 100% copying file sha256:28d9169546c4d6fb4a5161ec273d1848a8e16ead6c239dc2e145774272f47fb2 100% copying file sha256:93ff37553fd5ac3066df67c15f2300381b804b56e778e61d479295f69f8c0080 100% copying file sha256:5e7c1e9cfd124c531fecfb8a39d4344cdc1ee2b2e33fc4783ce8fae6a59d8179 100% copying file sha256:b707027d1788e9a20347eca6389d21cf29bc40cd38f03f767dd97069e018ab43 100% copying file sha256:b779ce0b2be00f7cfd9d6188ed88e94700dafc1a7138fef8fca88f06aca11dac 100% copying file sha256:3ff526e46d494258a656971416da3cc1510464c9c6f32ee47a2a926ca3d75a7a 100% converting model Error: invalid character 'v' looking for beginning of value ``` </p> </details> All 3 times these files sha256 output in `ollama create` are the same, despite the order. Here are these files downloaded: ``` config.json 707 b707027d1788e9a20347eca6389d21cf29bc40cd38f03f767dd97069e018ab43 generation_config.json 117 02d12a0f1f21f2001b9770c122795c34484a1f9eeefd5739437b62601a1ad19b model.safetensors.index.json 36.280 379059ef5fda0836a32128745fcf7b152e8280f7e1cce674d1ab4a84b7fb4ae3 model-00001-of-00017.safetensors 4.898.947.792 3ff526e46d494258a656971416da3cc1510464c9c6f32ee47a2a926ca3d75a7a model-00002-of-00017.safetensors 4.932.603.064 f02d3cbb8e0f9fbde20b806f90233b3dd5c9260b22a6fb35c03d5d717aca9471 model-00003-of-00017.safetensors 4.932.636.064 9635e1d0c5287498d473c264157de7b60c0364d31f8df1813b68dbda6960b9b7 model-00004-of-00017.safetensors 4.831.940.128 ceb246808ed7507cf405f47f901b17f051c7ca3915d5b4e5e5b1ab9b44b2509f model-00005-of-00017.safetensors 4.932.603.096 5ee56cb425b2fc75365979ac567e67c22eeb4b49b6edaa4a0c72905094bf5ab4 model-00006-of-00017.safetensors 4.932.603.088 a76cd8c3d64a6d6db3cad041528d0452d8bd853de7969429a2ca7ae448649ad6 model-00007-of-00017.safetensors 4.932.636.096 98275b7e8711ec35c7a48591daa33efacc062d0af056bbbcafffa4c5349700cc model-00008-of-00017.safetensors 4.831.940.160 c8c14df494eedafb26c1ddbaf2f64c5c7b492aa1562b3bab896de10357d68dc7 model-00009-of-00017.safetensors 4.932.603.096 b9970d40aa9954e8ace15a559111f090c76a177d05d183ccf2b975d584319d39 model-00010-of-00017.safetensors 4.932.603.088 c6b26875ba10aed59dfca60fd383773f83bc5de4606b1e020a8d6cdeb823b8a7 model-00011-of-00017.safetensors 4.932.636.096 1c1dec561c5b21c305f50cc33ce688ccff660f22db8266f4edda6408a5b2e9e0 model-00012-of-00017.safetensors 4.831.940.160 c34abe63aede8a40b6c1cceaa1f2048ded19a7b96a8488c67da874453694e330 model-00013-of-00017.safetensors 4.932.603.096 28d9169546c4d6fb4a5161ec273d1848a8e16ead6c239dc2e145774272f47fb2 model-00014-of-00017.safetensors 4.932.603.088 93ff37553fd5ac3066df67c15f2300381b804b56e778e61d479295f69f8c0080 model-00015-of-00017.safetensors 4.932.636.096 46049c9ce047e7db0ccfff44cb4d4b241bb4fb69619b1882709a2ccc5c0ddbdf model-00016-of-00017.safetensors 3.019.983.016 5e7c1e9cfd124c531fecfb8a39d4344cdc1ee2b2e33fc4783ce8fae6a59d8179 model-00017-of-00017.safetensors 4.194.304.128 90fc55c26a532d8eb9a96d15149b9391105466b120e0a0b496c7422b77228564 README.md 63.525 1248b51adf2c891ee00cca47da32eeb1dfb904f371d90c19e7a473d55faa3e0a special_tokens_map.json 437 b779ce0b2be00f7cfd9d6188ed88e94700dafc1a7138fef8fca88f06aca11dac tokenizer.json 136 6f474d2516bcc0fde8e7846effd4f415c8a1930e16604f2bdff30fe447336a62 tokenizer.model 4.813.274 fa490e57cebce5cb1a0a5b1a5d3fa4de05aee53dc3a44791f1c3401db44d802d tokenizer_config.json 1.032 a0999fa464c0159524161682c68dde07714daa58b79ab10c3f39cb67951ddec6 ```
Author
Owner

@rick-github commented on GitHub (Feb 1, 2025):

Your config.json is 707 bytes. The one on HF is 678 bytes. config.json has 29 lines. 678 + 29 = 707. When you are cloning the repo, git is converting NL to CRNL. Try this:

cd images
git config core.autocrlf input
git pull
<!-- gh-comment-id:2629064879 --> @rick-github commented on GitHub (Feb 1, 2025): Your config.json is 707 bytes. The one on HF is 678 bytes. config.json has 29 lines. 678 + 29 = 707. When you are cloning the repo, git is converting NL to CRNL. Try this: ``` cd images git config core.autocrlf input git pull ```
Author
Owner

@dolivanu commented on GitHub (Feb 1, 2025):

Sorry @rick-github for the NLCR confusion with Git, working on Windows Git installer suggested configuration for converting to NLCR. Fixed in json files but same error:

config.json                                678 af2f6cf3e6351e9954ae4bcc715ba2733a14c71837df76a26b0f998da68d4d10
generation_config.json                     111 f769ce0b018b0d689d27146688e2cfd6008040cc15bd51acb5b6bdf755a123e7
model.safetensors.index.json            35.838 4fe2864e93399ea764c2aaa9842b398bd1bdaadc14b89cbaf895a2b4cd024a22
model-00001-of-00017.safetensors 4.898.947.792 3ff526e46d494258a656971416da3cc1510464c9c6f32ee47a2a926ca3d75a7a
model-00002-of-00017.safetensors 4.932.603.064 f02d3cbb8e0f9fbde20b806f90233b3dd5c9260b22a6fb35c03d5d717aca9471
model-00003-of-00017.safetensors 4.932.636.064 9635e1d0c5287498d473c264157de7b60c0364d31f8df1813b68dbda6960b9b7
model-00004-of-00017.safetensors 4.831.940.128 ceb246808ed7507cf405f47f901b17f051c7ca3915d5b4e5e5b1ab9b44b2509f
model-00005-of-00017.safetensors 4.932.603.096 5ee56cb425b2fc75365979ac567e67c22eeb4b49b6edaa4a0c72905094bf5ab4
model-00006-of-00017.safetensors 4.932.603.088 a76cd8c3d64a6d6db3cad041528d0452d8bd853de7969429a2ca7ae448649ad6
model-00007-of-00017.safetensors 4.932.636.096 98275b7e8711ec35c7a48591daa33efacc062d0af056bbbcafffa4c5349700cc
model-00008-of-00017.safetensors 4.831.940.160 c8c14df494eedafb26c1ddbaf2f64c5c7b492aa1562b3bab896de10357d68dc7
model-00009-of-00017.safetensors 4.932.603.096 b9970d40aa9954e8ace15a559111f090c76a177d05d183ccf2b975d584319d39
model-00010-of-00017.safetensors 4.932.603.088 c6b26875ba10aed59dfca60fd383773f83bc5de4606b1e020a8d6cdeb823b8a7
model-00011-of-00017.safetensors 4.932.636.096 1c1dec561c5b21c305f50cc33ce688ccff660f22db8266f4edda6408a5b2e9e0
model-00012-of-00017.safetensors 4.831.940.160 c34abe63aede8a40b6c1cceaa1f2048ded19a7b96a8488c67da874453694e330
model-00013-of-00017.safetensors 4.932.603.096 28d9169546c4d6fb4a5161ec273d1848a8e16ead6c239dc2e145774272f47fb2
model-00014-of-00017.safetensors 4.932.603.088 93ff37553fd5ac3066df67c15f2300381b804b56e778e61d479295f69f8c0080
model-00015-of-00017.safetensors 4.932.636.096 46049c9ce047e7db0ccfff44cb4d4b241bb4fb69619b1882709a2ccc5c0ddbdf
model-00016-of-00017.safetensors 3.019.983.016 5e7c1e9cfd124c531fecfb8a39d4344cdc1ee2b2e33fc4783ce8fae6a59d8179
model-00017-of-00017.safetensors 4.194.304.128 90fc55c26a532d8eb9a96d15149b9391105466b120e0a0b496c7422b77228564
README.md                               62.439 266f4835dafaad21e872af395995ae1059be5fcee3b81bfae0fb3fdfd8896ec9
special_tokens_map.json                    414 6fa06efa2785e450051989a6f8fb4416b10149ded485ddd3f127a40734f5cfd0
tokenizer.json                             133 d58a0f383c804643b1cd038b64feaf39963c1b6f51b828f786e686bb905b7231
tokenizer.model                      4.813.274 fa490e57cebce5cb1a0a5b1a5d3fa4de05aee53dc3a44791f1c3401db44d802d
tokenizer_config.json                      989 571a07af570381d504321ea7203c766a8f7f4e7cd2b1ae36dff6f80b5be24093
<!-- gh-comment-id:2629117094 --> @dolivanu commented on GitHub (Feb 1, 2025): Sorry @rick-github for the NLCR confusion with Git, working on Windows Git installer suggested configuration for converting to NLCR. Fixed in json files but same error: ``` config.json 678 af2f6cf3e6351e9954ae4bcc715ba2733a14c71837df76a26b0f998da68d4d10 generation_config.json 111 f769ce0b018b0d689d27146688e2cfd6008040cc15bd51acb5b6bdf755a123e7 model.safetensors.index.json 35.838 4fe2864e93399ea764c2aaa9842b398bd1bdaadc14b89cbaf895a2b4cd024a22 model-00001-of-00017.safetensors 4.898.947.792 3ff526e46d494258a656971416da3cc1510464c9c6f32ee47a2a926ca3d75a7a model-00002-of-00017.safetensors 4.932.603.064 f02d3cbb8e0f9fbde20b806f90233b3dd5c9260b22a6fb35c03d5d717aca9471 model-00003-of-00017.safetensors 4.932.636.064 9635e1d0c5287498d473c264157de7b60c0364d31f8df1813b68dbda6960b9b7 model-00004-of-00017.safetensors 4.831.940.128 ceb246808ed7507cf405f47f901b17f051c7ca3915d5b4e5e5b1ab9b44b2509f model-00005-of-00017.safetensors 4.932.603.096 5ee56cb425b2fc75365979ac567e67c22eeb4b49b6edaa4a0c72905094bf5ab4 model-00006-of-00017.safetensors 4.932.603.088 a76cd8c3d64a6d6db3cad041528d0452d8bd853de7969429a2ca7ae448649ad6 model-00007-of-00017.safetensors 4.932.636.096 98275b7e8711ec35c7a48591daa33efacc062d0af056bbbcafffa4c5349700cc model-00008-of-00017.safetensors 4.831.940.160 c8c14df494eedafb26c1ddbaf2f64c5c7b492aa1562b3bab896de10357d68dc7 model-00009-of-00017.safetensors 4.932.603.096 b9970d40aa9954e8ace15a559111f090c76a177d05d183ccf2b975d584319d39 model-00010-of-00017.safetensors 4.932.603.088 c6b26875ba10aed59dfca60fd383773f83bc5de4606b1e020a8d6cdeb823b8a7 model-00011-of-00017.safetensors 4.932.636.096 1c1dec561c5b21c305f50cc33ce688ccff660f22db8266f4edda6408a5b2e9e0 model-00012-of-00017.safetensors 4.831.940.160 c34abe63aede8a40b6c1cceaa1f2048ded19a7b96a8488c67da874453694e330 model-00013-of-00017.safetensors 4.932.603.096 28d9169546c4d6fb4a5161ec273d1848a8e16ead6c239dc2e145774272f47fb2 model-00014-of-00017.safetensors 4.932.603.088 93ff37553fd5ac3066df67c15f2300381b804b56e778e61d479295f69f8c0080 model-00015-of-00017.safetensors 4.932.636.096 46049c9ce047e7db0ccfff44cb4d4b241bb4fb69619b1882709a2ccc5c0ddbdf model-00016-of-00017.safetensors 3.019.983.016 5e7c1e9cfd124c531fecfb8a39d4344cdc1ee2b2e33fc4783ce8fae6a59d8179 model-00017-of-00017.safetensors 4.194.304.128 90fc55c26a532d8eb9a96d15149b9391105466b120e0a0b496c7422b77228564 README.md 62.439 266f4835dafaad21e872af395995ae1059be5fcee3b81bfae0fb3fdfd8896ec9 special_tokens_map.json 414 6fa06efa2785e450051989a6f8fb4416b10149ded485ddd3f127a40734f5cfd0 tokenizer.json 133 d58a0f383c804643b1cd038b64feaf39963c1b6f51b828f786e686bb905b7231 tokenizer.model 4.813.274 fa490e57cebce5cb1a0a5b1a5d3fa4de05aee53dc3a44791f1c3401db44d802d tokenizer_config.json 989 571a07af570381d504321ea7203c766a8f7f4e7cd2b1ae36dff6f80b5be24093 ```
Author
Owner

@rick-github commented on GitHub (Feb 1, 2025):

tokenizer.json                             133 d58a0f383c804643b1cd038b64feaf39963c1b6f51b828f786e686bb905b7231

tokenizer.json is supposed to be 37MB.

<!-- gh-comment-id:2629124796 --> @rick-github commented on GitHub (Feb 1, 2025): ``` tokenizer.json 133 d58a0f383c804643b1cd038b64feaf39963c1b6f51b828f786e686bb905b7231 ``` tokenizer.json is supposed to be [37MB](https://huggingface.co/BSC-LT/ALIA-40b/tree/main#:~:text=Safe-,37%20MB,-LFS).
Author
Owner

@dolivanu commented on GitHub (Feb 2, 2025):

You are right. There was a problem with the big json files tracked with git lfs, as other small json files were not tracked.
Thank you sir!

<!-- gh-comment-id:2629543776 --> @dolivanu commented on GitHub (Feb 2, 2025): You are right. There was a problem with the big json files tracked with git lfs, as other small json files were not tracked. Thank you sir!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#5660