Skip to content

Commit

Permalink
Let's try non sharded gemma.
Browse files Browse the repository at this point in the history
  • Loading branch information
Narsil committed Oct 9, 2024
1 parent 15e178e commit 1e03ea9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
# export runs_on="ubuntu-latest"
export runs_on="aws-highmemory-32-plus-priv"
export platform="cpu"
export extra_pytest="-k test_flash_llama_simple"
export extra_pytest="-k test_flash_gemma_simple"
;;
esac
echo $dockerfile
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/models/test_flash_gemma.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ async def flash_gemma(flash_gemma_handle):
@pytest.mark.release
@pytest.mark.asyncio
@pytest.mark.private
async def test_flash_gemma(flash_gemma, response_snapshot):
async def test_flash_gemma_simple(flash_gemma, response_snapshot):
response = await flash_gemma.generate(
"Test request", max_new_tokens=10, decoder_input_details=True
)
Expand Down

0 comments on commit 1e03ea9

Please sign in to comment.