From c4c4394239dce4d4ecfe7016ca268c49cb2d02a4 Mon Sep 17 00:00:00 2001 From: George Hotz Date: Thu, 25 Jan 2024 22:48:10 -0800 Subject: [PATCH] bump hip version --- README.md | 2 +- push_pypi.sh | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) delete mode 100755 push_pypi.sh diff --git a/README.md b/README.md index 52bbafa..9079e64 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,6 @@ pip install -e . ### Current versions -* ROCm 5.7.1 +* ROCm 6.0.0 * CUDA 11.5 * OpenCL (whatever is in Ubuntu 22.04) diff --git a/push_pypi.sh b/push_pypi.sh deleted file mode 100755 index f0de55d..0000000 --- a/push_pypi.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/bash -e -rm -rf build dist -python3 setup.py sdist bdist_wheel -twine upload dist/* -