all_in_quantization / shared.py
Last commit not found
raw
history blame contribute delete
119 Bytes
from pathlib import Path
import pandas as pd
app_dir = Path(__file__).parent
tips = pd.read_csv(app_dir / "tips.csv")