Merge pull request #3442 from ollama/mxyng/generate-output

fix generate output
This commit is contained in:
Michael Yang 2024-04-01 13:56:09 -07:00 committed by GitHub
commit 12ec2346ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -12,6 +12,7 @@ jobs:
changes:
runs-on: ubuntu-latest
outputs:
GENERATE: ${{ steps.changes.outputs.GENERATE }}
GENERATE_CUDA: ${{ steps.changes.outputs.GENERATE_CUDA }}
GENERATE_ROCM: ${{ steps.changes.outputs.GENERATE_ROCM }}
steps: