llm-arch / src /common.py
alfraser's picture
Set up configuration for models on HF and an associated page on the application to allow end use test chat.
54b3256
raw
history blame
146 Bytes
import os
data_dir = os.path.join(os.path.dirname(__file__), '..', 'data')
config_dir = os.path.join(os.path.dirname(__file__), '..', 'config')