Igor Kasianenko hai 2 meses
pai
achega
cbd2b246ba
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/llama_cookbook/utils/fsdp_utils.py

+ 1 - 1
src/llama_cookbook/utils/fsdp_utils.py

@@ -5,7 +5,7 @@ import torch
 import torch.cuda.nccl as nccl
 import torch.distributed as dist
 
-from llama_recipes.policies import fpSixteen,bfSixteen, get_llama_wrapper
+from llama_cookbook.policies import fpSixteen,bfSixteen, get_llama_wrapper
 from torch.distributed._tensor.device_mesh import init_device_mesh
 
 def fsdp_auto_wrap_policy(model, transformer_layer_names):