Add reference

This commit is contained in:
Woosuk Kwon 2024-04-01 02:02:13 +00:00
parent 52a1e908e4
commit 86f073edd6

View File

@ -1,5 +1,8 @@
"""Inference-only Gemma model compatible with HF weights.
Adapted from
https://github.com/google/gemma_pytorch/blob/main/gemma/model_xla.py
NOTE(woosuk): This is a temporary workaround to run the Gemma model using
PyTorch XLA. This should be merged into the main Gemma model implementation
once the custom ops are refactored and the model becomes torch.compile-able.