Michael Klamkin

Results 20 comments of Michael Klamkin

Alternatively, there could be an option to switch from submitting PRs to just committing changes directly to `main`.

Closing since convert to parquet has been removed... https://github.com/huggingface/datasets/pull/7592#issuecomment-3073053138

This is ready for a review, happy to make any changes. The main question for maintainers is how this should interact with #7555. If my suggestion there is accepted, this...

Closing since convert to parquet has been removed... https://github.com/huggingface/datasets/pull/7592#issuecomment-3073053138

Happy to hear you agree and thanks for the pointer to the Discord server. I'll reach out there for next steps!

Github's macOS runners + LTS + OpenCL seems to be a bad combo https://github.com/JuliaGPU/OpenCL.jl/issues/366 https://github.com/JuliaGPU/OpenCL.jl/pull/406. And like all great bugs, it is intermittent - whatever runners we got for 0ceb995...

Leaving the `SingleBridgeOptimizer` workaround here for future readers... Replace ```julia model = JuMP.Model() ... dual_model = Dualization.dualize(model) ``` with ```julia model = JuMP.Model() ... dualizable_model = MOI.Utilities.Model{Float64}() bridged_model = MOI.Bridges.Constraint.QuadtoSOC{Float64}(dualizable_model)...

Yeah propagating the map would get nasty and probably cause more confusion... I do think a better error would be nice here, e.g. (very rough) > Dualization.jl only supports models...

@jbcaillau is this still an issue with latest MadNLP (from main branch)?