zpoint
zpoint
@maresb The `azure-cli` is a dependency for Azure to work with SkyPilot. You can see many `az` commands used in the [codebase](https://github.com/skypilot-org/skypilot/blob/master/sky/clouds/azure.py#L531). If you're asking why we need `uv pip...
> uv pip install skypilot[all] may work without the separate install command. @maresb Just tried, still not working. I think the issue is with the `azure-keyvault-administration` dependency chain from `azure-cli`...
PYTHON_VERSION=3.11 /smoke-test PYTHON_VERSION=3.12 /smoke-test PYTHON_VERSION=3.13 /smoke-test
> @zpoint , do you know the command to trigger one single smoke test? Not supported now. I think it’s useful and will add a PR to support it. I’ll...
/smoke-test -k test_stress --remote-server
/smoke-test -k test_stress --remote-server
/smoke-test -k test_stress --remote-server
https://github.com/skypilot-org/skypilot/tree/master/llm/deepseek-r1-distilled https://github.com/skypilot-org/skypilot/blob/master/llm/sglang/llama2.yaml example
/smoke-test
What about now @Michaelvll