We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1a6dab commit 648ea70Copy full SHA for 648ea70
quantllm/__init__.py
@@ -65,5 +65,5 @@
65
logger.log_success(f"""
66
✨ QuantLLM v{__version__} initialized successfully ✨
67
🚀 Efficient Quantized Language Model Fine-Tuning
68
-📚 Documentation: https://github.com/yourusername/QuantLLM
+📚 Documentation: https://github.com/codewithdark-git/QuantLLM
69
""")
quantllm/utils/benchmark.py
@@ -6,7 +6,7 @@
6
import pandas as pd
7
from typing import Dict, List, Tuple
8
from transformers import PreTrainedModel
9
-from quantllm.quant import (
+from ..quant import (
10
GPTQQuantizer,
11
AWQQuantizer,
12
GGUFQuantizer
0 commit comments