-
**Describe the bug**
Failing to execute `TARSClassifier.load(model="tars-base")` when running first time, i.e. the `tars-base-v8.pt` file isn't already downloaded and cached locally.
When trying to …
-
### 🐛 Describe the bug
After `AWSSDK` is integrated with TorchData, we now have two categories of `DataPipe`s to access and load data from AWS S3 Bucket:
1. [`DataPipe`](https://github.com/pytorch/d…
-
A fundamental issue with the way nix works is that updating a package with many dependencies will result in a mass rebuild, with subsequent cache.nixos.org storage cost, and for the users, mass downlo…
-
### Name of the resource
AWS::ImageBuilder::Workflow
### Resource Name
_No response_
### Issue Description
The validation of WorkflowArn seems to have an issue. In the begining I though it was my…
-
Shane noticed that there were no bins from a run where we expected them. In debugging the run, /pscratch/sd/n/nmdcda/cromwell-executions/nmdc_mags/29628c3e-8850-4210-927a-1d4258fa35d1/, it appears the…
aclum updated
3 months ago
-
We preserve the executable bit an unpacking zips (#1743), we should do the same when unpacking source distributions, both async and sync.
-
Hi,
I'm having trouble since I'm using as `base` the image `distroless/static:nonroot`, and then I mount some files using `tars`. Here's my definition:
```starlark
pkg_tar(
name = "nonroot-dat…
-
The other day RobJ notified me that he was having trouble installing a dmod packed using my Martridge launcher - I decided to investigate the issue and today I found the problem...
First of all, in…
-
**Actual behavior**
When using `--no-push` with `--cache=true` (and `--cache-repo=my-reg`) Kaniko will not push any cached layers to the registry.
```
INFO[0007] Pushing layer my-reg/cache/52445215…
-
> ERROR:root:Number of shards requested for a single epoch is more than the number of shards available. This means that the amount of data requested to train on is more than the dataloader can serve. …