use experimental features; runtime fix
This commit is contained in:
@@ -7,10 +7,11 @@ export HSA_OVERRIDE_GFX_VERSION=11.0.0
|
||||
# Activate virtual environment
|
||||
source venv/bin/activate
|
||||
|
||||
# Optional: Enable experimental features for better performance
|
||||
# export TORCH_ROCM_AOTRITON_ENABLE_EXPERIMENTAL=1
|
||||
# Enable experimental Flash Efficient attention for AMD GPU
|
||||
export TORCH_ROCM_AOTRITON_ENABLE_EXPERIMENTAL=1
|
||||
|
||||
echo "GPU Compatibility: HSA_OVERRIDE_GFX_VERSION=11.0.0"
|
||||
echo "Experimental Features: TORCH_ROCM_AOTRITON_ENABLE_EXPERIMENTAL=1"
|
||||
echo "Virtual environment: $(which python)"
|
||||
echo ""
|
||||
echo "Starting application..."
|
||||
|
||||
Reference in New Issue
Block a user