https://github.com/bing-su/latest_torch
pip install latest_torch
https://github.com/bing-su/latest_torch
python torch
Last synced: 4 months ago
JSON representation
pip install latest_torch
- Host: GitHub
- URL: https://github.com/bing-su/latest_torch
- Owner: Bing-su
- License: mit
- Created: 2023-08-06T09:52:01.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-13T00:46:05.000Z (about 1 year ago)
- Last Synced: 2025-02-04T19:03:21.563Z (4 months ago)
- Topics: python, torch
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# latest_torch
Metapackage to make installing latest torch easier
Not tested on mac and linux.
## Usage
```sh
pip install --no-deps latest_torch
pip install latest_torch
```기본값으로 CUDA 패키지 중 가장 최신버전을 설치합니다.
백엔드를 변경하려는 경우, `LATEST_TORCH_BACKEND` 환경변수를 설정하세요.
```sh
LATEST_TORCH_BACKEND=cu117 pip install latest_torch
```- example:
- cu117, cpu, rocm5.4.2