Andrew Spott

Results 24 issues of Andrew Spott

### Problem Currently, the server is what shuts down an instance. So if it isn't running for whatever reason, an instance will sit idle running up an expensive bill in...

feature
enhancement

### Problem Some instance types aren't repo or project specific ("cheap 24Gb GPU" is something that any project might find useful for example). Being able to have a global profile...

feature

### Problem description It is really hard to come up with a good legend position that works for all input data, while keeping the plot compact, so inevitably it will...

type: feature
tag: API: models

I'm running into this problem: https://gist.github.com/spott/c121afb93cd0b4308cade2a3cede784b I don't know what the issue is though...

### Steps to reproduce use the AWS backend and set 1 region/vpc_id pair under `vpc_ids` in ~/.dstack/server/config.yml. ### Actual behaviour The backend complains about not having a VPC for a...

documentation

## Hello! - Vote on this issue by adding a 👍 reaction - If you want to implement this feature, comment to let us know (we'll work with you on...

kind/enhancement

It would be nice to have a knob for turning this: mystr = "A really long string that is going to go over the character limit, but as I'm writing...

`ollama create` given a model file which references a local .gguf file currently does a regular copy of the .gguf file. A copy on write would save disk space and...

feature request

### Steps to Reproduce In a new directory: ``` rye init . rye add crawlee --features playwright --no-sync rye add asyncpraw ``` The python version is [email protected]. ### Expected Result...

If the user has an env variable loaded, that variable is no longer clobbered by a .env file referencing the same variable. So if your env has "ANTHROPIC_API_KEY", and you...