Skip to content

Commit 648ea70

Browse files
Add the Quantizations Methods.
1 parent d1a6dab commit 648ea70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

quantllm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,5 @@
6565
logger.log_success(f"""
6666
✨ QuantLLM v{__version__} initialized successfully ✨
6767
🚀 Efficient Quantized Language Model Fine-Tuning
68-
📚 Documentation: https://github.com/yourusername/QuantLLM
68+
📚 Documentation: https://github.com/codewithdark-git/QuantLLM
6969
""")

quantllm/utils/benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import pandas as pd
77
from typing import Dict, List, Tuple
88
from transformers import PreTrainedModel
9-
from quantllm.quant import (
9+
from ..quant import (
1010
GPTQQuantizer,
1111
AWQQuantizer,
1212
GGUFQuantizer

0 commit comments

Comments
 (0)