-
Notifications
You must be signed in to change notification settings - Fork 305
/
settings.ini
40 lines (39 loc) · 947 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
39
[DEFAULT]
lib_name = fastbook
user = fastai
description = Deep Learning for Coders, 2020
keywords = python
author = Jeremy Howard and Sylvain Gugger
author_email = [email protected]
copyright = fast.ai
branch = master
version = 0.0.30
min_python = 3.7
audience = Developers
language = English
custom_sidebar = True
license = apache2
status = 4
doc_path = docs
requirements = fastai>=2.6 graphviz pandas requests transformers datasets ipywidgets<8
conda_requirements = python-graphviz
pip_requirements = sentencepiece
conda_user = fastai
git_url = https://github.com/fastai/course20/tree/master/
lib_path = fastbook
title = fastbook
doc_host = https://book.fast.ai
doc_baseurl = /
host = github
nbs_path = .
tst_flags =
recursive = False
black_formatting = False
readme_nb = index.ipynb
allowed_metadata_keys =
allowed_cell_metadata_keys =
jupyter_hooks = True
clean_ids = True
custom_quarto_yml = False
clear_all = False
put_version_in_init = True