Skip to content

Commit a4e93b1

Browse files
author
souzatharsis
committed
add correction to safety chapter
1 parent e6f1bbb commit a4e93b1

File tree

27 files changed

+39
-11
lines changed

27 files changed

+39
-11
lines changed
310 Bytes
Binary file not shown.
139 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

tamingllms/_build/html/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: b72ab834db8f31605e361f26c8f2a57b
3+
config: fa8d6b99199a6b892b703f4c8078973c
44
tags: 645f666f9bcd5a90fca523b33c5a78b7
2.02 MB
Loading

tamingllms/_build/html/_sources/markdown/toc.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ date: "2024-12-16"
1414

1515
Abstract: *The current discourse around Large Language Models (LLMs) tends to focus heavily on their capabilities while glossing over fundamental challenges. Conversely, this book takes a critical look at the key limitations and implementation pitfalls that engineers and technical leaders encounter when building LLM-powered applications. Through practical Python examples and proven open source solutions, it provides an introductory yet comprehensive guide for navigating these challenges. The focus is on concrete problems with reproducible code examples and battle-tested open source tools. By understanding these pitfalls upfront, readers will be better equipped to build products that harness the power of LLMs while sidestepping their inherent limitations.*
1616

17+
---
18+
1719
(*) *The pdf version is preferred as it contains corrections and side notes.*
1820

1921
| Chapter (*) | PDF | Podcast | Website | Notebook | Status |

tamingllms/_build/html/_sources/notebooks/safety.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@
424424
"\n",
425425
"Building safe and reliable AI systems requires a comprehensive safety plan that addresses potential risks and establishes clear guidelines for development and deployment. This section outlines a structured approach to designing such a plan, breaking down the process into key phases from initial policy definition through implementation and monitoring as depicted in {numref}`safety-plan`.\n",
426426
"\n",
427-
"```{figure} ../_static/safety/design.svg\n",
427+
"```{figure} ../_static/safety/design.png\n",
428428
"---\n",
429429
"name: safety-plan\n",
430430
"alt: Safety Plan Design Phases\n",
2.52 KB
Binary file not shown.

tamingllms/_build/html/genindex.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
<!-- <script src="_static/theme-vendors.js"></script> -->
4444
<script src="_static/theme.js" defer></script>
4545

46+
<link rel="shortcut icon" href="_static/taming.ico"/>
4647
<link rel="index" title="Index" href="#" />
4748
<link rel="search" title="Search" href="search.html" />
4849
</head>

tamingllms/_build/html/markdown/intro.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
<!-- <script src="../_static/theme-vendors.js"></script> -->
3636
<script src="../_static/theme.js" defer></script>
3737

38+
<link rel="shortcut icon" href="../../_static/taming.ico"/>
3839
<link rel="index" title="Index" href="../genindex.html" />
3940
<link rel="search" title="Search" href="../search.html" />
4041
<link rel="next" title="3. The Evals Gap" href="../notebooks/evals.html" />

0 commit comments

Comments
 (0)