7 lines
217 B
Python
7 lines
217 B
Python
|
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
# SPDX-FileCopyrightText: Copyright contributors to the vLLM project
|
||
|
|
"""Training utilities for amygdala steering vectors.
|
||
|
|
|
||
|
|
See README.md in this directory for overall design.
|
||
|
|
"""
|