apex icon indicating copy to clipboard operation
apex copied to clipboard

Remove Unused Functions in apex\apex\transformer\tensor_parallel\random.py

Open syedshazli opened this issue 3 weeks ago • 1 comments

In random.py, there are several functions which have a TODO to remove the functions due to being unused by megatron-lm. However, these functions still have not been removed.

In this PR, I removed the unused functions named 'init_checkpointed_activations_memory_buffer' and 'reset_checkpointed_activations_memory_buffer', as well as the global variable '_CHECKPOINTED_ACTIVATIONS_MEMORY_BUFFER'

syedshazli avatar Dec 09 '25 18:12 syedshazli

cc @crcrpar

syedshazli avatar Dec 09 '25 18:12 syedshazli