Enrico Rotundo
Enrico Rotundo
Hi all! Is there any plan for supporting dataset versioning?
**What feature you'd like to add:** Hi folks, is dataset versioning supported? If not, is it on the roadmap? **Why is this feature needed:** To provide robust ML reproducibility it's...
Which `tfio` version is compatible with `tensorflow==2.5.0rc2`?
https://github.com/filecoin-project/bacalhau/issues/493 - [x] create a test tooling package (move existing funcs) - [x] sync with main - [x] discover and update tests to use the new test tooling package -...
HTTPS URLs aren't content addressed, nor immutable. This makes them a potential source of nondeterminism. A solution may be to modify HTTPS URLs (https://github.com/filecoin-project/bacalhau/issues/373) behaviour to copy files into IPFS...
https://filecoinproject.slack.com/archives/C02RLM3JHUY/p1660581928607759 Kai: * sometimes we want to test features that are not deployed in production or staging (e.g. on a feature branch) * so for this we only want those...
Running an invalid command (resulting in container exit code 1) [should return stderr/stdout](https://github.com/filecoin-project/bacalhau/blob/5ec908fcdca2ac17344488c89d1fd2bf4d1c1d7b/pkg/executor/docker/executor.go#L296-L364). Instead, there's no results? Example: ```zsh ❯ go run . --api-port=$BACALHAU_API_PORT_0 --api-host=localhost docker run ubuntu -- bash...
Luke: > should we do retries? maybe make a follow-up issue for it. > > also: do we currently download all URLs in parallel, because they are separate storage driver...
This issue is a follow up of https://github.com/filecoin-project/bacalhau/issues/396. Now that infra & dashboard have been configured, we'd need to add more metrics to the codebase. E.g.: - [x] [Number of...