cog
c95774f1 - Create multipart uploader for fast push (#2135)

Commit
1 year ago
Create multipart uploader for fast push (#2135) ### Summary We are having loads of problems with the AWS managed uploader so let's replace it with a different managed uploader that we have more control over. ### Test Plan I tested this using the following script: ``` pushd test-integration/test_integration/fixtures/fast-build dd if=/dev/urandom of=output.dat bs=1G count=1 ../../../../cog push --debug --x-fast rm output.dat popd ``` Insert your username in `test-integration/test_integration/fixtures/fast-build` so that the image line with `image: r8.im/<R8_USERNAME>/test` says your username instead of `<R8_USERNAME>` And also don't forget to create the model test in Replicate web for your username! This set of commands should succeed
Author
Parents
Loading