henhenhahi111112's picture
Upload folder using huggingface_hub
af6e330 verified
raw
history blame contribute delete
93 Bytes
def identity_with_cast(q, k, v, offset: int = 0):
return q.to(v.dtype), k.to(v.dtype), v