-
Right now, the chapters in a pathway created revert back to the order they are in the main guide. In a case where a pathway requires a different order for its specific use case, the author would be un…
-
I have attempted to compose a tx that that dispatches an xcm task at a later time, which executes a swap call on the mangata chain.
Because there is no prior example of a swap tx executed with aut…
-
This should be the new recommend image for bluefin Ampere and newer.
Bazzite is recommending their version for Turing and newer.
The reason I'm unsure is Turing has a lot of power management bugs in…
-
### Title
ML Development Project Design and Governance
### Guide
Project Design
### Working Branch
https://github.com/the-turing-way/the-turing-way/tree/3873-new-chapter-ml-development
…
-
I know that Enzyme is not yet fully supported by Turing, so apologies if this issue is mistimed.
While Enzyme boosts efficiency with a simple linear model, I noticed that adding a simple variable…
-
### Select the onboarding task
Review Turing Project Design Guide
### Comments
_No response_
-
### Select the onboarding task
Review Turing Project Design Guide
### Comments
_No response_
-
### Select the onboarding task
Review Turing Project Design Guide
### Comments
_No response_
-
Rather than returning actual LP values in the return chain, the sampler returns what appears to be the initial values for every sample. Here is a MWE:
```
using Turing, SliceSampling, StatsPlots
…
-
```julia
module MWE
import LogDensityProblems
using Turing: @model, MvNormal, LogDensityFunction
using Enzyme
@model function satellite_model_matrix(::Type{TV}=Matrix{Float64}) where {TV}
…