-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathsettings.ini
39 lines (38 loc) · 913 Bytes
/
settings.ini
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
[DEFAULT]
lib_name = minai
repo = minai
user = fastai
description = A miniture AI training framework for PyTorch
keywords = python
author = Jeremy Howard and Jonathan Whitaker
author_email = [email protected]
copyright = fast.ai
branch = master
version = 0.0.1
min_python = 3.8
audience = Developers
language = English
custom_sidebar = False
license = apache2
status = 2
nbs_path = .
doc_path = _docs
requirements = torch fastcore fastprogress torcheval matplotlib numpy
dev_requirements = nbdev accelerate datasets torchvision transformers
git_url = https://github.com/fastai/minai/
lib_path = minai
title = minai
doc_host = https://minai.fast.ai
doc_baseurl = /
host = github
tst_flags =
recursive = True
black_formatting = False
readme_nb = index.ipynb
allowed_metadata_keys =
allowed_cell_metadata_keys =
jupyter_hooks = True
clean_ids = False
conda_user = fastai
clear_all = False
put_version_in_init = True