spcl/serverless-benchmarks

Verification and ARM support for 411.image-recognition

開放

#321 建立於 2026年8月12日

 (0 則留言) (0 個反應) (0 位負責人)Python (99 個分叉)auto 404
benchmarkenhancementgood first issue

倉庫指標

星標
 (196 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

Our PyTorch-based benchmark has been recently ported to support Python 3.12. We should verify that it runs on 3.13 and 3.14 on all platforms.

Furthermore, we should port dependencies to also run on ARM Lambda instances. Since PyPI packages for torch should have CPU-only wheels for ARM, we can try to use that. On x64, we use custom wheels because we don't want to ship the heavy CUDA bundle.

貢獻者指南