Skip to content

Instantly share code, notes, and snippets.

View noah-kim-theori's full-sized avatar

YoungJoong Noah Kim noah-kim-theori

View GitHub Profile
## pip install autoawq==0.1.7
## pip install transformers==4.36.2
import functools
import gc
import os
from collections import defaultdict
from typing import Dict, List, Optional, Tuple, Union
import torch
import torch.nn as nn