-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathsettings.ini
More file actions
47 lines (37 loc) · 1.07 KB
/
settings.ini
File metadata and controls
47 lines (37 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
[DEFAULT]
# All sections below are required unless otherwise specified.
# See https://github.com/fastai/nbdev/blob/master/settings.ini for examples.
### Python library ###
repo = tglcourse
lib_name = tglcourse
version = 0.0.5
min_python = 3.7
license = apache2
### nbdev ###
doc_path = _docs
lib_path = %(lib_name)s
nbs_path = .
recursive = False
tst_flags = notest
put_version_in_init = False
### Docs ###
branch = main
custom_sidebar = True
doc_host = https://%(user)s.github.io
doc_baseurl = /%(lib_name)s/
git_url = https://github.com/%(user)s/%(repo)s/
title = %(lib_name)s
### PyPI ###
audience = Developers
author = Jonathan Whitaker
author_email = johnowhitaker@gmail.com
copyright = Jonathan Whitaker 2022
description = work-in-progress course
keywords = generative
language = English
status = 2
user = johnowhitaker
### Optional ###
requirements = torch torchvision pillow matplotlib tqdm ipywidgets huggingface_hub transformers diffusers datasets imstack open_clip_torch siren-pytorch fastcore fastai librosa soundfile wandb gradio
# dev_requirements =
# console_scripts =