Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
DestXXL
/
replicate-python
Public
forked from
replicate/replicate-python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
All time
Commit history
Commits on Feb 13, 2025
fix syntax error in readme snippet
zeke
committed
acf7a39
View commit details
Copy full SHA for acf7a39
Browse repository at this point
Commits on Nov 25, 2024
Bump version to 1.0.4 (#401)
aron
authored
461ec70
View commit details
Copy full SHA for 461ec70
Browse repository at this point
Commits on Nov 15, 2024
Fix a couple of bugs in the base64 file_encoding_strategy (#398)
Show description for 07c8fbb
aron
authored
07c8fbb
View commit details
Copy full SHA for 07c8fbb
Browse repository at this point
Commits on Oct 30, 2024
Remove mention of data URLs from README (#391)
Show description for 4fdd78f
aron
authored
4fdd78f
View commit details
Copy full SHA for 4fdd78f
Browse repository at this point
Commits on Oct 28, 2024
Document the FileOutput object in the README (#388)
aron
authored
86c5e14
View commit details
Copy full SHA for 86c5e14
Browse repository at this point
Bump project version to 1.0.3 (#387)
aron
authored
a54a786
View commit details
Copy full SHA for a54a786
Browse repository at this point
Fix iterator support for replicate.run() (#383)
Show description for de717a0
aron
authored
de717a0
View commit details
Copy full SHA for de717a0
Browse repository at this point
Commits on Oct 16, 2024
v1.0.2 (#376)
aron
authored
23bd903
View commit details
Copy full SHA for 23bd903
Browse repository at this point
Configure read timeout based on `wait` parameter (#373)
Show description for 7cfd984
aron
authored
7cfd984
View commit details
Copy full SHA for 7cfd984
Browse repository at this point
Commits on Oct 9, 2024
set version to 1.0.1 in pyproject.toml
zeke
committed
c59bb32
View commit details
Copy full SHA for c59bb32
Browse repository at this point
use file output in tests
zeke
committed
b9d803c
View commit details
Copy full SHA for b9d803c
Browse repository at this point
try not waiting in tests
zeke
committed
eb72919
View commit details
Copy full SHA for eb72919
Browse repository at this point
Update stream interface to always use FileOutput
aron
authored and
zeke
committed
f61bece
View commit details
Copy full SHA for f61bece
Browse repository at this point
Do not poll if blocking prediction has succeeded
aron
authored and
zeke
committed
a9218c8
View commit details
Copy full SHA for a9218c8
Browse repository at this point
Fix runtime error with incorrect variable arguments
Show description for 5c7f210
aron
authored and
zeke
committed
5c7f210
View commit details
Copy full SHA for 5c7f210
Browse repository at this point
Switch to using file outputs and blocking api by default
aron
authored and
zeke
committed
2ec0c52
View commit details
Copy full SHA for 2ec0c52
Browse repository at this point
set version to 1.0.0 in pyproject.toml
zeke
committed
d435555
View commit details
Copy full SHA for d435555
Browse repository at this point
Commits on Oct 4, 2024
0.34.2 (#365)
aron
authored
5fe2d54
View commit details
Copy full SHA for 5fe2d54
Browse repository at this point
Fix bug with `wait` parameter in `replicate.run()` (#363)
Show description for 08ee31a
aron
authored
08ee31a
View commit details
Copy full SHA for 08ee31a
Browse repository at this point
Commits on Sep 25, 2024
0.34.1
Show description for 5458c51
mattt
committed
5458c51
View commit details
Copy full SHA for 5458c51
Browse repository at this point
Consistently return Boolean for delete methods (#359)
Show description for 67a87c5
mattt
authored
67a87c5
View commit details
Copy full SHA for 67a87c5
Browse repository at this point
0.34.0
Show description for d5f5e27
mattt
committed
d5f5e27
View commit details
Copy full SHA for d5f5e27
Browse repository at this point
Add `use_file_output` to streaming methods (#355)
Show description for e53bd02
mattt
authored
e53bd02
View commit details
Copy full SHA for e53bd02
Browse repository at this point
Add `wait` parameter to prediction creation methods (#354)
Show description for 4885f19
mattt
authored
4885f19
View commit details
Copy full SHA for 4885f19
Browse repository at this point
Commits on Sep 16, 2024
0.33.0
Show description for cd599f8
mattt
committed
cd599f8
View commit details
Copy full SHA for cd599f8
Browse repository at this point
Update README, add missing `"` (#336)
Show description for 17830f2
dimitrisr
authored
17830f2
View commit details
Copy full SHA for 17830f2
Browse repository at this point
Introduce experimental FileOutput interface for models that output File and Path types (#348)
Show description for e7f699f
aron
and
mattt
authored
e7f699f
View commit details
Copy full SHA for e7f699f
Browse repository at this point
Commits on Sep 12, 2024
Update CONTRIBUTING.md to document rye usage (#347)
Show description for e051739
aron
and
mattt
authored
e051739
View commit details
Copy full SHA for e051739
Browse repository at this point
Commits on Aug 30, 2024
0.32.1
Show description for 0043199
mattt
committed
0043199
View commit details
Copy full SHA for 0043199
Browse repository at this point
Correctly pass filename to file creation call (#343)
Show description for 07df305
mattt
authored
07df305
View commit details
Copy full SHA for 07df305
Browse repository at this point
Commits on Aug 22, 2024
0.32.0
Show description for d4df7f6
mattt
committed
d4df7f6
View commit details
Copy full SHA for d4df7f6
Browse repository at this point
Automatically upload prediction and training input files (#339)
Show description for ff41075
mattt
authored
ff41075
View commit details
Copy full SHA for ff41075
Browse repository at this point
Add support for files API endpoints (#226)
Show description for 54f9c32
mattt
authored
54f9c32
View commit details
Copy full SHA for 54f9c32
Browse repository at this point
Commits on Jul 31, 2024
0.31.0
Show description for d7ac942
mattt
committed
d7ac942
View commit details
Copy full SHA for d7ac942
Browse repository at this point
Add support for `deployments.delete` endpoint (#331)
Show description for 858623c
mattt
authored
858623c
View commit details
Copy full SHA for 858623c
Browse repository at this point
Previous
Next
You can’t perform that action at this time.