Patrick Devine
Patrick Devine
Hey @dimpu1117 Are you by any chance behind some kind of firewall?
@applepieiris what version of Linux are you using? I have been using an a100 on Ubuntu 22.04 and it's working correctly. If you can upgrade to the newest version of...
I've already been thinking about this. It'll probably be in some kind of `verbose` output.
@dehlong I just created a model using that modelfile and it worked fine. Was there anything else you had added into it?
``` % ollama create -f ~/Modelfiles/Mariomodelfile pdevine/mario transferring model data using existing layer sha256:00e1317cbf74d901080d7100f57580ba8dd8de57203072dc6f668324ba545f29 using existing layer sha256:4fa551d4f938f68b8c1e6afa9d28befb70e3f33f75d0753248d530364aeea40f using existing layer sha256:8ab4849b038cf0abc5b1c9b8ee1443dca6b93a045c2272180d985126eb40bf6f creating new layer sha256:278f3e552ef89955f0e5b42c48d52a37794179dc28d1caff2d5b8e8ff133e158 creating new layer sha256:40440ec37ef2b2862d182b7926987668264d13ff9c97407acf36a44106997f8f...
I'm wondering if this is just a problem w/ msdos files adding a carriage return+line feed to the end of each line in the file. Can either of you add...
@duck1y Perfect. I was able to reproduce the problem using that file. Will try to sort out a fix now.
The problem turns out to be the file is a utf16 file and we're trying to parse it as a utf8 file. The temporary work around is you can convert...
@duck1y it's almost certainly the same problem.
@Anorid can you create a new issue for that problem and post the Modelfile along with any relevant info (like if you're trying to use a converted model where you...