"tests/python/vscode:/vscode.git/clone" did not exist on "2668d62f7605dee1591746032c3a252b4fb37c53"
  • Aryan's avatar
    Disable PEFT input autocast when using fp8 layerwise casting (#10685) · a0c22997
    Aryan authored
    * disable peft input autocast
    
    * use new peft method name; only disable peft input autocast if submodule layerwise casting active
    
    * add test; reference PeftInputAutocastDisableHook in peft docs
    
    * add load_lora_weights test
    
    * casted -> cast
    
    * Update tests/lora/utils.py
    a0c22997
layerwise_casting.py 10.3 KB