You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Benchmarking of agents.jl is currently disabled as getting the pacakges to install within a container not based on a julia base was proving problematic, when installing from project.toml (for use with the pre-existing benchmark script)
Using JULIA_DEPOT_PATH was unsucceessful. It is currently disabled (commented out) in the dockerfile and in the run_all.sh
The text was updated successfully, but these errors were encountered:
If I read your runall.sh right, you're running julia --project=@. Agents/benchmark.jl, but there doesn't seem to be a Manifest.toml in the top level directory so it may be that you need a using Pkg; Pkg.instantiate() before the usings in your benchmark script (I'd say you should ]pin all dependencies of the benchmark and commit the Manifest.toml as well, to keep reproducibility).
Do you have the exact error you're running into available? It would be very useful for debugging.
Benchmarking of agents.jl is currently disabled as getting the pacakges to install within a container not based on a julia base was proving problematic, when installing from project.toml (for use with the pre-existing benchmark script)
Using
JULIA_DEPOT_PATH
was unsucceessful. It is currently disabled (commented out) in the dockerfile and in therun_all.sh
The text was updated successfully, but these errors were encountered: