INNER CODE UNIT · Python

get_dist

MITDeepLearning/introtodeeplearning · setup.py:5

def get_dist(pkgname):
    try:
        return get_distribution(pkgname)
    except DistributionNotFound:
        return None

install_deps = [
    'comet_ml',
    'numpy',
    'regex',
    'tqdm',
    'gym',
    'opik',
    'openai',
    'transformers',
    'datasets',
    'peft',
    'lion-pytorch',

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…