plomtb
Results
2
issues of
plomtb
Hi, I'm opening this issue as discussed [here](https://discuss.dvc.org/t/freeze-stage-with-parameter-substitution/761). Using ```yaml # dvc.yaml vars: - folder: . stages: Test: cmd: dir ${folder} always_changed: true ``` as dvc.yaml and running `dvc freeze...
feature request
p2-medium
A: templating
Hi, I'm new to shiv. I want to create and distribute an application based on the windows onnxruntime-gpu. Is that possible? I tried ```shiv onnxruntime-gpu onnx numpy -o app.pyz --site-packages...
help wanted