Jump to content

Fg-selective-korean.bin -

model = AutoModelForCausalLM.from_pretrained( model_path, torch_dtype=torch.float16, # These are heavy; use FP16 device_map="auto", trust_remote_code=True # Required for custom 'selective' architectures )

import torch from transformers import AutoModelForCausalLM, AutoTokenizer fg-selective-korean.bin

×
×
  • Create New...