From 0238339e37337bbe1993147dfe32b36fe29481af Mon Sep 17 00:00:00 2001 From: qwjyh Date: Sat, 19 Apr 2025 19:21:37 +0900 Subject: [PATCH] refactor: moved custom multiheadattention impls to olds dir to use built-in MultiHeadAttention added to Lux recently --- test_multihead_attention.jl => old/test_multihead_attention.jl | 0 transformers.jl => old/transformers.jl | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename test_multihead_attention.jl => old/test_multihead_attention.jl (100%) rename transformers.jl => old/transformers.jl (100%) diff --git a/test_multihead_attention.jl b/old/test_multihead_attention.jl similarity index 100% rename from test_multihead_attention.jl rename to old/test_multihead_attention.jl diff --git a/transformers.jl b/old/transformers.jl similarity index 100% rename from transformers.jl rename to old/transformers.jl