Copyright 2025 LinkedIn Corporation
All Rights Reserved.

Licensed under the BSD 2-Clause License (the "License").  See License in the project root for license information.

This product includes software developed by LinkedIn Corporation.

This product contains code derived from the following open source projects:

1. llm-compressor
   Copyright (c) 2021 vLLM Project
   Licensed under the Apache License, Version 2.0
   Source: https://github.com/vllm-project/llm-compressor
   
   Pruning and quantization modifiers build on top of llm-compressor.

2. fsdp_qlora
   Copyright (c) 2024 Answer.AI
   Licensed under the Apache License, Version 2.0
   Source: https://github.com/AnswerDotAI/fsdp_qlora
   
   LoRA FSDP wrapping was inspired by fsdp_qlora.
