Chris Van Pelt (CVP)

Results 267 comments of Chris Van Pelt (CVP)

@Himanshu-369 it looks you don't have the most recent changes. The UI is making a request to `/v1/ollama/tags` that's been replaced with `/v1/models` on the main branch. I just pushed...

Sharing only happens in fly.io currently. It requires an S3 compatible storage configuration. I can add instructions on how to configure this for self hosting.

Hey @mikkelkh for special objects like `wandb.Table` we need to stage the on the filesystem. I haven't tested this but you should be able to do: ```python cwd = os.getcwd()...

Hey @fgvbrt unfortunately the fundamental design of our current history store is immutable. We're currently working on a new history implementation that should support this use case but it's not...

@cinjon unfortunately we do not support adding new history metrics to historic runs. The best thing to do would be to use our public api to pull down the old...

You can add metrics to history by resuming a run, but modifying historic metrics in history still isn't officially supported.

Hey @ahmedcs can you try running `pip install wandb --upgrade` and share any errors you're seeing. Our latest release doesn't depend on eventlet and should work. Regarding the issue of...

@viyx @MohammedAljahdali we're looking into a longer term fix here. In the mean time, you can specify a new unique id using the `wandb sync --id=XXXXX` command. A quick and...

Hey @shaibagon currently all version of wandb do not support reusing deleted ids. We may add support for this in the future, but it's not currently prioritized. Until then, are...

@timothybrooks thanks for reporting, we're working on a fix ASAP.