TeePoat's picture
Update models/transformer/constants.py
0768779 verified
raw
history blame contribute delete
77 Bytes
import os
CHECKPOINT_PATH = "TeePoat"
HF_TOKEN = os.environ.get("HF_TOKEN")