{"id":28360776,"url":"https://github.com/skypilot-org/mock-train-workflow","last_synced_at":"2026-01-28T14:31:38.093Z","repository":{"id":279360245,"uuid":"938553685","full_name":"skypilot-org/mock-train-workflow","owner":"skypilot-org","description":"Mock training workflow defined as SkyPilot YAMLs","archived":false,"fork":false,"pushed_at":"2025-07-23T19:19:29.000Z","size":8,"stargazers_count":0,"open_issues_count":1,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-07-23T21:53:51.323Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/skypilot-org.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-02-25T06:14:24.000Z","updated_at":"2025-07-23T19:19:33.000Z","dependencies_parsed_at":"2025-06-20T23:42:07.995Z","dependency_job_id":null,"html_url":"https://github.com/skypilot-org/mock-train-workflow","commit_stats":null,"previous_names":["skypilot-org/mock-train-workflow"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/skypilot-org/mock-train-workflow","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skypilot-org%2Fmock-train-workflow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skypilot-org%2Fmock-train-workflow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skypilot-org%2Fmock-train-workflow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skypilot-org%2Fmock-train-workflow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skypilot-org","download_url":"https://codeload.github.com/skypilot-org/mock-train-workflow/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skypilot-org%2Fmock-train-workflow/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28846058,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T13:02:32.985Z","status":"ssl_error","status_checked_at":"2026-01-28T13:02:04.945Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-05-28T11:36:39.952Z","updated_at":"2026-01-28T14:31:38.089Z","avatar_url":"https://github.com/skypilot-org.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Example training workflow on SkyPilot\nThis repo contains an example training workflow consisting of three simple SkyPilot tasks:\n1. `data_preprocessing`: Ingests data and writes it to a bucket.\n2. `train`: Trains a model on the data.\n3. `eval`: Evaluates the model. Can be optionally run on the same cluster as `train`.\n\nThese tasks don't actually run any code, but they demonstrate how to structure a training workflow on SkyPilot.\n\n## Usage\n\nWhen developing the workflow, you can run the tasks independently using `sky launch`:\n\n```bash\n$ sky launch -c data data_preprocessing.yaml\n...\n```\n\nThe train and eval step can be run in a similar way, and the eval step can be run on the same cluster as the train step by setting the `--cluster` flag:\n\n```bash\n$ sky launch -c train train.yaml\n...\n# Run eval on the same cluster as train\n$ sky exec train eval.yaml\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskypilot-org%2Fmock-train-workflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskypilot-org%2Fmock-train-workflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskypilot-org%2Fmock-train-workflow/lists"}