Documentation
¶
Index ¶
Constants ¶
View Source
const CogRequirementsFile = "cog_requirements.txt"
View Source
const MigrateV1V1FastPythonFile = "migrate_v1_v1fast.py"
Variables ¶
View Source
var IgnoredRunCommands = map[string]bool{ "curl -o /usr/local/bin/pget -L \\\"https://github.com/replicate/pget/releases/latest/download/pget_$(uname -s)_$(uname -m)\\\" && chmod +x /usr/local/bin/pget": true, "curl -o /usr/local/bin/pget -L \"https://github.com/replicate/pget/releases/latest/download/pget_$(uname -s)_$(uname -m)\" && chmod +x /usr/local/bin/pget": true, "curl -o /usr/local/bin/pget -L \\\"https://github.com/replicate/pget/releases/latest/download/pget_$(uname -s)_$(uname -m)\\\"": true, "curl -o /usr/local/bin/pget -L \"https://github.com/replicate/pget/releases/latest/download/pget_$(uname -s)_$(uname -m)\"": true, "chmod +x /usr/local/bin/pget": true, }
Functions ¶
func MigrationToStr ¶
Types ¶
type MigratorV1ToV1Fast ¶
type MigratorV1ToV1Fast struct {
Interactive bool
}
func NewMigratorV1ToV1Fast ¶
func NewMigratorV1ToV1Fast(interactive bool) *MigratorV1ToV1Fast
Click to show internal directories.
Click to hide internal directories.