Skip to content

Commit

Permalink
Split inference packages out into separate Manifest
Browse files Browse the repository at this point in the history
This changes the `load!()` machinery to eval into `Main` instead of
`BaseBenchmarks`, which actually allows for a runtime-changable
dependency list.
  • Loading branch information
staticfloat authored and aviatesk committed Apr 14, 2023
1 parent 6924601 commit 9ddf5b0
Show file tree
Hide file tree
Showing 7 changed files with 1,606 additions and 1,425 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
*.jl.cov
*.jl.*.cov
*.jl.mem
!src/inference/LocalPreferences.toml
!src/inference/Manifest.toml
!Manifest.toml
!LocalPreferences.toml
Loading

0 comments on commit 9ddf5b0

Please sign in to comment.