Update llama.py

This commit is contained in:
Daniel Han-Chen 2024-02-07 18:02:58 +11:00
commit e43e819a57

View file

@ -627,7 +627,6 @@ pass
"trace.enabled" : True,
"trace.graph_diagram" : True,
}, dynamic = True,)
@torch.inference_mode
def LlamaModel_fast_forward_inference(
self,
input_ids,