mixtral-offloading
mixtral-offloading copied to clipboard
Utilized pop for meta keys cleanup
Instead of manually iterating through each key in del_keys to delete them from the meta dictionary, use the pop() method to remove these keys if they exist
The pop() method removes the key if it exists and does nothing if the key is not found