Closed m0nsky closed 4 months ago
In https://github.com/SciSharp/LLamaSharp/pull/297 we specifically moved back to 20.04, which fixed an issue with older versions of GLIBC in docker. I don't know enough about docker/Linux to say if this is still important though.
Thanks, that's what I was wondering. The initial Vulkan PR targeted 22.04, so I kept that in the new Vulkan PR. That might cause the original docker compatibility issue to pop back up in the Vulkan backend, but for now I think I'll close this PR until it is confirmed. What do you think?
I think it's best to close it for now yeah. I'm happy to wait until someone reports a similar issue with Vulkan before changing the target there.
This PR aligns all Ubuntu versions in the compilation workflow by updating the
20.04
versions to22.04
as previously both versions were mixed throughout the file.Since the binaries are now distributed through SciSharp/LLamaSharpBinaries, I think this should go there instead of the main repo (?). I ran a
Update Binaries
action for this PR over here which succeeded.Submitting as a draft for now because: