replicate/cog

Pick latest CUDA patch version when specifying minor version

已關閉

#813 建立於 2022年11月27日

 (2 則留言) (0 個反應) (0 位負責人)Python (356 個分叉)batch import
good first issuenexttype/bug

倉庫指標

星標
 (5,724 顆星)
PR 合併指標
 (平均合併 7天 8小時) (30 天內合併 19 個 PR)

描述

build:
  python_version: "3.10"
  cuda: "11.6"
  python_packages:
   - "torch==1.13.0"

This automatically selects CUDA 11.6.0 for the base image. It should pick the latest patch version and use 11.6.2.

貢獻者指南