Skip to content

Commit 95c3513

Browse files
committed
touch more files
1 parent 14eeec8 commit 95c3513

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

src/llmcompressor/transformers/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
Tools for integrating LLM Compressor with transformers training flows
33
"""
44

5+
6+
57
# flake8: noqa
68

79
# isort: skip_file

tests/llmcompressor/utils/test_helpers.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
from types import SimpleNamespace
22

3+
4+
35
import pytest
46
import torch
57

tests/lmeval/configs/fp8_static_per_tensor.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
cadence: "weekly"
2+
3+
24
model: meta-llama/Meta-Llama-3-8B-Instruct
35
scheme: FP8
46
dataset_id: HuggingFaceH4/ultrachat_200k

0 commit comments

Comments
 (0)