mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-14 07:02:38 +00:00
pre-commit
This commit is contained in:
parent
b630988d0d
commit
4e512aec8a
2 changed files with 11 additions and 2 deletions
|
|
@ -1,4 +1,10 @@
|
|||
#!/usr/bin/env python3
|
||||
# Copyright (c) Meta Platforms, Inc. and affiliates.
|
||||
# All rights reserved.
|
||||
#
|
||||
# This source code is licensed under the terms described in the LICENSE file in
|
||||
# the root directory of this source tree.
|
||||
|
||||
"""
|
||||
Utility script to re-normalize existing recording files.
|
||||
|
||||
|
|
@ -9,6 +15,7 @@ git diffs when recordings are re-recorded.
|
|||
Usage:
|
||||
python scripts/normalize_recordings.py [--dry-run]
|
||||
"""
|
||||
|
||||
import argparse
|
||||
import json
|
||||
from pathlib import Path
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue