Open NotAnyMike opened 1 year ago
Hey @NotAnyMike! Thanks for reporting! Can I ask you to try it out with a local repo, to see if that's being completed any faster? As on a local network with no latency this shouldn't take that long. For ex. on my intel mac it runs around 10s. Generally tracking on a server is around 10x slower than locally. On the upcoming major version, we've done a lot of changes to address this.
@mihran113 locally runs on 10 seconds too. Basically it is an expected behaviour then. Is there big improvements regarding this in the 4.0 version? Could you tell me how long does it take this script in version 4.0?
Are there any updates on this topic? I have the exact same issue
🐛 Bug
Uploading only single value metrics from a simple naive example takes 2 minutes 32 seconds. This is the simple example and runs almost instantly but uploading after printing
print("loading to aim...")
takes 2mins ++.I have a local server run with
aim server --repo /data --host 0.0.0.0 --workers 6
and a ui withaim up --repo /data --host 0.0.0.0 --workers 6
To reproduce
Expected behavior
I will <10 seconds to upload everything.
Environment