Casper da Costa-Luis
Casper da Costa-Luis
- add `-g GLOB, --glob=GLOB` (fixes #22) + update `README.md` - lint + bump pre-commit hooks (closes #23) + run hooks (apart from this, no other changes were made to...
example: ```bash hubtraf --port 8989 --code 'sum(range(int(1e8)))' --output 4999999950000000 ... ```
i.e.: `add_argument(choices=...)` Maybe interface could be ``` --arg ARG : choose from [default: dflt|another|third:[str]] ```
would be nice to specify prefix & suffix text for `definition` entries example use case: add parentheses around definitions (because as per https://tldr.cdcl.ml the definitions get inlined when parsed into...
Uses latest `postfix` versatility of `tqdm>=4.22.0` (https://github.com/tqdm/tqdm/issues/382, https://github.com/tqdm/tqdm/pull/534)
Due to https://github.com/iterative/cml/pull/842 we could use [release binary assets](https://github.com/iterative/cml/releases) directly to remove any dependency on a particular version of `nodejs`/`npm`. We can also re-use [logic for obtaining latest asset URL](https://github.com/iterative/dvc.org/blob/master/.github/workflows/update.yaml)...
Add a self-hosted long-running example to https://cml.dev/doc/cml-with-dvc (or somewhere else) 1. GH action launches "self-hosted" GCP/AWS using `cml runner --reuse --labels=cml` and probably `--cloud-spot` 2. GH action runs the rest...
Diagrams and guide for collaborative branching strategies (e.g. using `cml pr` for experiments in a large team, reporting, rebase vs squash-merging, hiding unneeded rows in Studio, etc.) Also saving results...
- [x] home: Bitbucket GPU demo (fixes #349) - [x] docs: Bitbucket GPU examples (fixes/works-around https://github.com/iterative/cml/issues/1015) - [x] guide/self-hosted-runners: better Bitbucket GPU tabbing - [x] depends on https://github.com/iterative/cml-examples-dev/pull/32 - [...
Link to https://github.com/iterative/dvc.org/pull/4306 where appropriate