mirror of
https://github.com/oobabooga/text-generation-webui.git
synced 2026-03-17 19:04:39 +01:00
Add ROCm version to portable package filenames
This commit is contained in:
parent
c908ac00d7
commit
c7953fb923
|
|
@ -148,11 +148,11 @@ jobs:
|
|||
# 6. Create archive
|
||||
cd ..
|
||||
if [[ "$RUNNER_OS" == "Windows" ]]; then
|
||||
ARCHIVE_NAME="textgen-portable-${VERSION_CLEAN}-${PLATFORM}-rocm.zip"
|
||||
ARCHIVE_NAME="textgen-portable-${VERSION_CLEAN}-${PLATFORM}-rocm7.2.zip"
|
||||
echo "Creating archive: $ARCHIVE_NAME"
|
||||
powershell -Command "Compress-Archive -Path text-generation-webui-${VERSION_CLEAN} -DestinationPath $ARCHIVE_NAME"
|
||||
else
|
||||
ARCHIVE_NAME="textgen-portable-${VERSION_CLEAN}-${PLATFORM}-rocm.tar.gz"
|
||||
ARCHIVE_NAME="textgen-portable-${VERSION_CLEAN}-${PLATFORM}-rocm7.2.tar.gz"
|
||||
echo "Creating archive: $ARCHIVE_NAME"
|
||||
tar czf "$ARCHIVE_NAME" "text-generation-webui-${VERSION_CLEAN}"
|
||||
fi
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@ scipy
|
|||
sentencepiece
|
||||
tensorboard
|
||||
torchao==0.15.*
|
||||
trafilatura==2.0.0
|
||||
transformers==5.3.*
|
||||
triton-windows==3.5.1.post24; platform_system == "Windows"
|
||||
tqdm
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@ tensorboard
|
|||
torchao==0.15.*
|
||||
transformers==5.3.*
|
||||
tqdm
|
||||
trafilatura==2.0.0
|
||||
wandb
|
||||
|
||||
# Gradio
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@ tensorboard
|
|||
torchao==0.15.*
|
||||
transformers==5.3.*
|
||||
tqdm
|
||||
trafilatura==2.0.0
|
||||
wandb
|
||||
|
||||
# Gradio
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@ tensorboard
|
|||
torchao==0.15.*
|
||||
transformers==5.3.*
|
||||
tqdm
|
||||
trafilatura==2.0.0
|
||||
wandb
|
||||
|
||||
# Gradio
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@ tensorboard
|
|||
torchao==0.15.*
|
||||
transformers==5.3.*
|
||||
tqdm
|
||||
trafilatura==2.0.0
|
||||
wandb
|
||||
|
||||
# Gradio
|
||||
|
|
|
|||
|
|
@ -24,6 +24,7 @@ tensorboard
|
|||
torchao==0.15.*
|
||||
transformers==5.3.*
|
||||
tqdm
|
||||
trafilatura==2.0.0
|
||||
wandb
|
||||
|
||||
# Gradio
|
||||
|
|
|
|||
Loading…
Reference in a new issue