Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup empty extensions #128

Merged
merged 1 commit into from
Oct 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file removed ext/AdvancedVIForwardDiffExt.jl
Empty file.
Empty file removed ext/AdvancedVIMooncakeExt.jl
Empty file.
Empty file removed ext/AdvancedVIReverseDiffExt.jl
Empty file.
Empty file removed ext/AdvancedVIZygoteExt.jl
Empty file.
9 changes: 0 additions & 9 deletions src/AdvancedVI.jl
Original file line number Diff line number Diff line change
Expand Up @@ -262,15 +262,6 @@ end
@require Enzyme = "7da242da-08ed-463a-9acd-ee780be4f1d9" begin
include("../ext/AdvancedVIEnzymeExt.jl")
end
@require ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210" begin
include("../ext/AdvancedVIForwardDiffExt.jl")
end
@require ReverseDiff = "37e2e3b7-166d-5795-8a7a-e32c996b4267" begin
include("../ext/AdvancedVIReverseDiffExt.jl")
end
@require Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" begin
include("../ext/AdvancedVIZygoteExt.jl")
end
end
end

Expand Down
Loading