minllama-assignment icon indicating copy to clipboard operation
minllama-assignment copied to clipboard

Corrections

Open ElisonSherton opened this issue 1 year ago • 0 comments

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.

ElisonSherton avatar Jul 13 '24 14:07 ElisonSherton