Ben Snyder

Results 3 issues of Ben Snyder

### 🐛 Describe the bug I've written a simple hook to save activations on the forward pass ``` def save_activations(name, mod, inp, out): activations[name] = out forward_handles = {} for...

triaged
oncall: pt2

*Issue #, if available:* Issue https://github.com/aws-samples/sagemaker-studio-image-build-cli/issues/10 *Description of changes:* Adds `--environment` option to set `LINUX_GPU_CONTAINER` when build involves compiling Cuda operations. By submitting this pull request, I confirm that you...

Currently build environment is hardcoded to `LINUX_CONTAINER`. This will cause builds that involve compiling Cuda operations to fail (for example, Docker images that include custom PyTorch or Tensorflow operations). Adding...

enhancement