jvstme

Results 74 issues of jvstme

### Problem Run logs are never deleted, so disk space usage on the server can grow quickly and indefinitely. ### Solution Add a setting that will specify the TTL for...

feature

### Steps to reproduce 1. Create a gateway 2. Run one or several services behind the gateway 3. Reboot the instance the gateway is running on, e.g. via its cloud...

bug
major

### Problem If the user omits the [`python`](https://dstack.ai/docs/reference/dstack.yml/dev-environment/#python-version) property in the run configuration, `dstack` is supposed to use the Python version installed in the user's environment. This allows `dstack` environments...

ux
hacktoberfest

Sentry will help monitor `dstack-gateway` for errors and performance issues in `dstack` Sky. OSS and Enterprise users may also opt in to using Sentry for their gateways.

sky
troubleshooting

`dstack` docs often contain broken links that hurt the user experience. To prevent broken links, these measures are suggested: - Build docs in strict mode (`mkdocs build -s`) so that...

docs
ux

### Steps to reproduce Run a model with OpenAI interface. ```shell > cat .dstack.yml type: service image: ollama/ollama commands: - ollama serve & - sleep 3 - ollama pull llama3.1...

bug
gateways

### Problem Some users need to work with both custom and off-the-shelf language models. Deploying off-the-shelf models with `dstack` may be less convenient and financially viable than using platforms such...

feature

### Steps to reproduce 1. Create a gateway on GCP or Azure. ```shell > cat gateways/gcp.dstack.yml type: gateway name: gcp backend: gcp region: europe-west4 domain: example.com > dstack apply -f...

bug

### Steps to reproduce ```shell > cat .dstack.yml type: dev-environment ide: vscode spot_policy: spot backends: - runpod > dstack apply ``` ### Actual behaviour `dstack` tries the first 15 offers,...

bug
no-stale

When displaying instance resources, `dstack` uses GB as the unit for RAM, VRAM, and disk. However, in many cases the values shown actually represent GiB, not GB. Here are some...