Jesper Stemann Andersen
Jesper Stemann Andersen
This PR should make it possible to customize the juliaup version used, e.g., to lock the juliaup version used for reproducibility in a Dockerfile.
WIP: * CUDA_SDK: https://github.com/JuliaPackaging/Yggdrasil/pull/7623 * CUDA_Runtime: https://github.com/JuliaPackaging/Yggdrasil/pull/7675 **Miscellaneous notes** Non-bug report regarding running tests on an unreasonable configuration: This report is not completely fair as it relates to the last...
1. Uses the same trick as the [Torch recipe](https://github.com/JuliaPackaging/Yggdrasil/blob/master/T/Torch/build_tarballs.jl#L120) to make CMake CUDA detection/verification pass by setting `CMAKE_CUDA_FLAGS=-cudart shared`. 2. Uses the CUDA platform augmentation block for platform selection.
Similar rebuild as #7802 - need for v8.2.1 mentioned in https://github.com/JuliaPackaging/Yggdrasil/pull/7561#issuecomment-1777153676
OWL-ViT
What would it take to add support for OWL-ViT? E.g. https://huggingface.co/docs/transformers/model_doc/owlvit
Updates the C wrapper based on ocaml-torch @ 0.14 - matching Torch v1.10 (current JLL-build) Contributes to #54 - follow-up for #56 Notable included changes: * Updated C wrapper generator...
@DhairyaLGandhi Can you help with some hints for how to most easily update the wrapper (e.g. for Torch 1.10) ? It seems there has been a change on the return...
This patch was necessary to enable cross-compilation for *-linux-musl Cf. https://github.com/JuliaPackaging/Yggdrasil/pull/5352
These patches were necessary to cross-compile for mingw32. Cf. * https://github.com/JuliaPackaging/Yggdrasil/pull/4570 * https://github.com/JuliaPackaging/Yggdrasil/pull/4571 * https://github.com/JuliaPackaging/Yggdrasil/pull/5352