Jonas Scholz
Jonas Scholz
Sandboxes should be removed automatically, not with explicit kill(). This breaks especially the research-agent use-case where you want to open the generated page after the agent is run, or the...
**WIP** This is still WIP and requires https://github.com/e2b-dev/belt/pull/200 to be merged and deployed. Adds vault client + basic CRUD routes for secrets. Not integrated into hot path of sandbox create...
Fixes https://github.com/runpod-workers/worker-vllm/issues/192 by correctly parsing the expected (https://github.com/vllm-project/vllm/blob/main/vllm/engine/arg_utils.py#L354C5-L354C17) json to a dict instead of just passing the string Tested by deploying to Runpod with `Menlo/Jan-nano-128k` and `ROPE_SCALING={"rope_type":"yarn","factor":3.2,"original_max_position_embeddings":40960}` Still waiting for...