Skip to content

Commit 9ddf5b0

Browse files
staticfloataviatesk
authored andcommitted
Split inference packages out into separate Manifest
This changes the `load!()` machinery to eval into `Main` instead of `BaseBenchmarks`, which actually allows for a runtime-changable dependency list.
1 parent 6924601 commit 9ddf5b0

File tree

7 files changed

+1606
-1425
lines changed

7 files changed

+1606
-1425
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
*.jl.cov
22
*.jl.*.cov
33
*.jl.mem
4+
!src/inference/LocalPreferences.toml
5+
!src/inference/Manifest.toml
6+
!Manifest.toml
47
!LocalPreferences.toml

0 commit comments

Comments
 (0)