{"id":20845587,"url":"https://github.com/siliconflow/onediff_releases","last_synced_at":"2026-04-27T02:32:09.950Z","repository":{"id":218368753,"uuid":"746245444","full_name":"siliconflow/onediff_releases","owner":"siliconflow","description":null,"archived":false,"fork":false,"pushed_at":"2024-11-08T12:49:18.000Z","size":30,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-12-23T09:40:46.463Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/siliconflow.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-01-21T14:03:31.000Z","updated_at":"2024-11-08T12:49:21.000Z","dependencies_parsed_at":"2024-11-08T12:24:14.155Z","dependency_job_id":"7fa3db76-175a-4448-853d-50e57d6da910","html_url":"https://github.com/siliconflow/onediff_releases","commit_stats":null,"previous_names":["siliconflow/onediff_releases"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/siliconflow/onediff_releases","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siliconflow%2Fonediff_releases","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siliconflow%2Fonediff_releases/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siliconflow%2Fonediff_releases/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siliconflow%2Fonediff_releases/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/siliconflow","download_url":"https://codeload.github.com/siliconflow/onediff_releases/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/siliconflow%2Fonediff_releases/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32320277,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2024-11-18T02:13:21.631Z","updated_at":"2026-04-27T02:32:09.904Z","avatar_url":"https://github.com/siliconflow.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Install OneDiff Enterprise\n\n[![Daily Build](https://github.com/siliconflow/onediff_releases/actions/workflows/pack_wheel.yml/badge.svg)](https://github.com/siliconflow/onediff_releases/actions/workflows/pack_wheel.yml)\n\n### For NA/EU users\n\n**CUDA 11.8**\n\n```bash\npython3 -m pip install --pre oneflow -f https://github.com/siliconflow/oneflow_releases/releases/expanded_assets/enterprise_cu118 \u0026\u0026 \\\npython3 -m pip install --pre onediff-quant -f https://github.com/siliconflow/onediff_releases/releases/expanded_assets/enterprise \u0026\u0026 \\\npython3 -m pip install git+https://github.com/siliconflow/onediff.git@main#egg=onediff\n```\n\n**CUDA 12.1**\n\n```bash\npython3 -m pip install --pre oneflow -f https://github.com/siliconflow/oneflow_releases/releases/expanded_assets/enterprise_cu121 \u0026\u0026 \\\npython3 -m pip install --pre onediff-quant -f https://github.com/siliconflow/onediff_releases/releases/expanded_assets/enterprise \u0026\u0026 \\\npython3 -m pip install git+https://github.com/siliconflow/onediff.git@main#egg=onediff\n```\n\n**CUDA 12.2**\n\n```bash\npython3 -m pip install --pre oneflow -f https://github.com/siliconflow/oneflow_releases/releases/expanded_assets/enterprise_cu122 \u0026\u0026 \\\npython3 -m pip install --pre onediff-quant -f https://github.com/siliconflow/onediff_releases/releases/expanded_assets/enterprise \u0026\u0026 \\\npython3 -m pip install git+https://github.com/siliconflow/onediff.git@main#egg=onediff\n```\n\n### For CN users\n\n**CUDA 11.8**\n\n```bash\npython3 -m pip install --pre oneflow -f https://oneflow-pro.oss-cn-beijing.aliyuncs.com/branch/main/cu118/ \u0026\u0026 \\\npython3 -m pip install --pre onediff-quant -f https://oneflow-pro.oss-cn-beijing.aliyuncs.com/onediff-quant/ \u0026\u0026 \\\npython3 -m pip install git+https://github.com/siliconflow/onediff.git@main#egg=onediff\n```\n\n**CUDA 12.1**\n\n```bash\npython3 -m pip install --pre oneflow -f https://oneflow-pro.oss-cn-beijing.aliyuncs.com/branch/main/cu121/ \u0026\u0026 \\\npython3 -m pip install --pre onediff-quant -f https://oneflow-pro.oss-cn-beijing.aliyuncs.com/onediff-quant/ \u0026\u0026 \\\npython3 -m pip install git+https://github.com/siliconflow/onediff.git@main#egg=onediff\n```\n\n**CUDA 12.2**\n\n```bash\npython3 -m pip install --pre oneflow -f https://oneflow-pro.oss-cn-beijing.aliyuncs.com/branch/main/cu122/ \u0026\u0026 \\\npython3 -m pip install --pre onediff-quant -f https://oneflow-pro.oss-cn-beijing.aliyuncs.com/onediff-quant/ \u0026\u0026 \\\npython3 -m pip install git+https://github.com/siliconflow/onediff.git@main#egg=onediff\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiliconflow%2Fonediff_releases","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsiliconflow%2Fonediff_releases","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsiliconflow%2Fonediff_releases/lists"}