minllama-assignment
minllama-assignment copied to clipboard
Corrections
In structure.md
llama.Attention.forward -> llama.Attention.compute_query_key_value_scores
llama.Llama.forward -> llama.LlamaLayer.forward
Rectified some functions in To be implemented section
In rope_test.py
Use Tuple from typing instead of tuple as it is not subscriptable
In classifier.py
In classifier use Typing.List instead of list for type hinting in LlamaZeroShotClassifier.__init__
In llama.py
In LlamaLayer.forward rectified ordering in docstring.