Readme
This is to test downloading URLs using pget from within replicate.
This is meant to help debug / test performance
test running pget on a url from within a node
pip install replicate
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
import replicate
Run anotherjesse/pget using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run(
"anotherjesse/pget:d5a322b8cd6fd8d20103e943ed867cadb5da6c66f9e5251b644a88c391d21952",
input={
"extract": False,
"chunk_size": "125M",
"concurrency": 32
}
)
print(output)
To learn more, take a look at the guide on getting started with Python.
No output yet! Press "Submit" to start a prediction.
This model runs on Nvidia L40S GPU hardware. We don't yet have enough runs of this model to provide performance information.
This is to test downloading URLs using pget from within replicate.
This is meant to help debug / test performance