-
Notifications
You must be signed in to change notification settings - Fork 604
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: replicate/cog
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: replicate/cog
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: run-tokens-publish
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 12 files changed
- 2 contributors
Commits on Feb 7, 2025
-
"Run tokens" are used to run downstream Replicate models from within a model. They can be retrieved using scope: ```python from cog import current_scope token = current_scope()._run_token ``` Co-authored-by: Nick Stenning <nick@whiteink.com>
Configuration menu - View commit details
-
Copy full SHA for 41aae54 - Browse repository at this point
Copy the full SHA 41aae54View commit details -
Configuration menu - View commit details
-
Copy full SHA for daa6528 - Browse repository at this point
Copy the full SHA daa6528View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21e1a67 - Browse repository at this point
Copy the full SHA 21e1a67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 08b551b - Browse repository at this point
Copy the full SHA 08b551bView commit details -
Configuration menu - View commit details
-
Copy full SHA for b6b66c7 - Browse repository at this point
Copy the full SHA b6b66c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 17f4723 - Browse repository at this point
Copy the full SHA 17f4723View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a260f6 - Browse repository at this point
Copy the full SHA 2a260f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d548a47 - Browse repository at this point
Copy the full SHA d548a47View commit details -
For now we still support Py 3.8, 3.9
Use `Optional[T]` rather than `T | None` and use types from `typing` rather than subscripting native types.
Configuration menu - View commit details
-
Copy full SHA for a5aca68 - Browse repository at this point
Copy the full SHA a5aca68View commit details -
Configuration menu - View commit details
-
Copy full SHA for da78249 - Browse repository at this point
Copy the full SHA da78249View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cd1f77 - Browse repository at this point
Copy the full SHA 5cd1f77View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...run-tokens-publish