0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-10-01 21:28:53 +02:00

ircd::gpt: Remove unnecessary packed attribute.

This commit is contained in:
Jason Volk 2021-08-01 03:20:13 -07:00
parent 5518daf197
commit 1eec9bfd64

View file

@ -69,8 +69,7 @@ struct ircd::gpt::model::block
norm ln2; norm ln2;
model::ffnn ffnn; model::ffnn ffnn;
} };
__attribute__((packed));
/// Vocabulary embeddings /// Vocabulary embeddings
struct ircd::gpt::model::embed struct ircd::gpt::model::embed
@ -86,5 +85,4 @@ struct ircd::gpt::model::decoder
norm f; norm f;
embed word; embed word;
} };
__attribute__((packed));