update rocm to 6.2
This commit is contained in:
parent
dda3c8d03f
commit
b387cdb337
@ -1,4 +1,4 @@
|
|||||||
name: Build and Publish Artifacts
|
name: Build and Publish Prebuilts Artifacts
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
38
build.spec
38
build.spec
@ -1,38 +0,0 @@
|
|||||||
# -*- mode: python ; coding: utf-8 -*-
|
|
||||||
|
|
||||||
|
|
||||||
a = Analysis(
|
|
||||||
['main.py'],
|
|
||||||
pathex=[],
|
|
||||||
binaries=[],
|
|
||||||
datas=[('services', 'services')],
|
|
||||||
hiddenimports=[],
|
|
||||||
hookspath=[],
|
|
||||||
hooksconfig={},
|
|
||||||
runtime_hooks=[],
|
|
||||||
excludes=[],
|
|
||||||
noarchive=False,
|
|
||||||
optimize=0,
|
|
||||||
)
|
|
||||||
pyz = PYZ(a.pure)
|
|
||||||
|
|
||||||
exe = EXE(
|
|
||||||
pyz,
|
|
||||||
a.scripts,
|
|
||||||
a.binaries,
|
|
||||||
a.datas,
|
|
||||||
[],
|
|
||||||
name='ai-suite-rocm_linux_x86_64',
|
|
||||||
debug=False,
|
|
||||||
bootloader_ignore_signals=False,
|
|
||||||
strip=False,
|
|
||||||
upx=True,
|
|
||||||
upx_exclude=[],
|
|
||||||
runtime_tmpdir=None,
|
|
||||||
console=True,
|
|
||||||
disable_windowed_traceback=False,
|
|
||||||
argv_emulation=False,
|
|
||||||
target_arch=None,
|
|
||||||
codesign_identity=None,
|
|
||||||
entitlements_file=None,
|
|
||||||
)
|
|
@ -1 +1 @@
|
|||||||
docker build . -t 'prebuilts-rocm:6.1.2' -f Dockerfile
|
docker build . -t 'prebuilts-rocm:6.2' -f Dockerfile
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Set variables
|
# Set variables
|
||||||
IMAGE_NAME="prebuilts-rocm:6.1.2"
|
IMAGE_NAME="prebuilts-rocm:6.2"
|
||||||
CONTAINER_NAME="prebuilts-rocm"
|
CONTAINER_NAME="prebuilts-rocm"
|
||||||
FILES_TO_COPY=["/tmp/bitsandbytes/dist/", "/tmp/llama-cpp-python/dist/"]
|
FILES_TO_COPY=["/tmp/bitsandbytes/dist/", "/tmp/llama-cpp-python/dist/"]
|
||||||
WHERE_TO_PASTE="./build_output/"
|
WHERE_TO_PASTE="./build_output/"
|
||||||
|
Loading…
Reference in New Issue
Block a user