mixtral-offloading icon indicating copy to clipboard operation
mixtral-offloading copied to clipboard

Utilized pop for meta keys cleanup

Open vivekmaru36 opened this issue 2 years ago • 0 comments

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

vivekmaru36 avatar Jan 01 '24 15:01 vivekmaru36