-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
46 lines (40 loc) · 1.78 KB
/
_config.yml
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
43
44
45
46
#######################################################################################
# Book settings
title: Introduction to Large Language Models on Fox
author: Erik Winge
copyright: "2025" # Copyright year to be placed in the footer
logo: images/uio_logo_small.svg
only_build_toc_files : true
# Short description about the book
description: >-
Lecture Notes for "Introduction to Large Language Models on Fox"
#######################################################################################
# Execution settings
execute:
execute_notebooks : false # auto
allow_errors : true # If `False`, when a code cell raises an error the execution is stopped, otherwise all cells are always run.
exclude_patterns:
- 'RAG*'
#######################################################################################
# HTML-specific settings
html:
home_page_in_navbar : false
use_repository_button : true
use_issues_button : true
use_edit_page_button : true
#######################################################################################
# Launch button settings
repository:
url : https://github.com/uio-library/LLM-course
#path_to_book : "mini_book"
launch_buttons:
notebook_interface : classic # The interface interactive links will activate ["classic", "jupyterlab"]
#binderhub_url : "https://mybinder.org"
binderhub_url : ""
#jupyterhub_url : "https://hub2.jupyterhub.uio.no" # hub2 is for testing
#jupyterhub_url : "https://jupyterhub.uio.no"
colab_url : "https://colab.research.google.com"
# latex:
# latex_engine : "xelatex"
# latex_documents:
# targetname: book.tex