-
```
[ Info: Training machine(XGBoostClassifier(test = 1, …), …).
[ Info: XGBoost: starting training.
┌ Warning: [04:42:46] WARNING: [/workspace/srcdir/xgboost/src/common/error_msg.cc:27](https://ji…
Moelf updated
8 hours ago
-
Flux recently changed the way it handles GPU backends, so there is no GPU_BACKEND variable anymore. Transformers.jl relies on it, so it crashes during precompilation.
```
PkgPrecompileError: The fol…
-
MWE
```
julia> using Metal
julia> Metal.versioninfo()
macOS 15.0.1, Darwin 24.0.0
Toolchain:
- Julia: 1.11.1
- LLVM: 16.0.6
Julia packages:
- Metal.jl: 1.4.0
- GPUArrays: 10.3.1
- GPUCompiler: 1…
-
MWE:
```julia
using Random: randn
using Enzyme: Enzyme
using Turing: Turing
Enzyme.API.runtimeActivity!(true)
Turing.@model function MvDirichletWithManualAccumulation(w, doc)
β ~ Turing…
-
We would like to use InfiniteOpt as interface for https://github.com/dionysos-dev/Dionysos.jl. For this, we would need to use `||` constraints but we get into an error with InfiniteOpt:
```julia
usi…
-
### Describe the bug
When I try to use the Pkg mode on julia_bin 1.11 (typing ] on the REPL).
### Steps To Reproduce
Steps to reproduce the behavior:
1. run julia on the terminal
2. press ]
…
-
This isn't Turing.jl test-suite related, but I often stick `@show` inside DynamicPPL functions to see what's going on, and that usually leads to errors if I try to run sampling with AD.
The example…
-
From a user on slack, I am just the messenger.
```
julia> R, (x,y) = polynomial_ring(GF(2), ["x","y"]);
julia> A, _ = quo(R, ideal(R, [x^2+1, y^2+1]));
julia> F = free_module(A,2);
julia> …
-
Hello,
I realize it might be too early for Windows support, but I didn't see an existing issue on this.
In case it hasn't been tested yet, I just wanted to point out that I encountered the following…
-
To reproduce:
```julia
julia> using Unitful
julia> using LinearAlgebra
julia> matrix = rand(4, 3) .* u"kg"
4×3 Matrix{Quantity{Float64, 𝐌, Unitful.FreeUnits{(kg,), 𝐌, nothing}}}:
0.903809 kg 0.8576…