:py:mod:`fastchat.model.apply_delta` ==================================== .. py:module:: fastchat.model.apply_delta .. autoapi-nested-parse:: Apply the delta weights on top of a base model. Usage: python3 -m fastchat.model.apply_delta --base ~/model_weights/llama-7b --target ~/model_weights/vicuna-7b --delta lmsys/vicuna-7b-delta-v1.1