Skip to content

Commit

Permalink
update intro
Browse files Browse the repository at this point in the history
  • Loading branch information
souzatharsis committed Nov 27, 2024
1 parent 1018ce5 commit 405c96d
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 14 deletions.
Binary file modified tamingllms/_build/.doctrees/environment.pickle
Binary file not shown.
Binary file modified tamingllms/_build/.doctrees/markdown/intro.doctree
Binary file not shown.
7 changes: 4 additions & 3 deletions tamingllms/_build/html/_sources/markdown/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,11 @@ The current discourse around LLMs tends toward extremes—either uncritical enth

## Who This Book Is For

This book is designed for:
This book is inteded to Software Developers taking their first steps with Large Language Models. It provides critical insights into the practical challenges of LLM implementation, along with guidance on leveraging open source tools and frameworks to avoid common pitfalls that could derail projects. The goal is to help developers understand and address these challenges early, before they become costly problems too late in the software development lifecycle.

- Software Engineers building LLM-powered applications
- Product Managers leading AI initiatives
A broader audience for this book includes:

- Technical Product Managers leading AI initiatives
- Technical Leaders making architectural decisions
- Anyone seeking to understand the practical challenges of working with LLMs

Expand Down
6 changes: 3 additions & 3 deletions tamingllms/_build/html/markdown/intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -262,10 +262,10 @@ <h2><a class="toc-backref" href="#id4" role="doc-backlink"><span class="section-
</section>
<section id="who-this-book-is-for">
<h2><a class="toc-backref" href="#id5" role="doc-backlink"><span class="section-number">1.4. </span>Who This Book Is For</a><a class="headerlink" href="#who-this-book-is-for" title="Permalink to this heading"></a></h2>
<p>This book is designed for:</p>
<p>This book is inteded to Software Developers taking their first steps with Large Language Models. It provides critical insights into the practical challenges of LLM implementation, along with guidance on leveraging open source tools and frameworks to avoid common pitfalls that could derail projects. The goal is to help developers understand and address these challenges early, before they become costly problems too late in the software development lifecycle.</p>
<p>A broader audience for this book includes:</p>
<ul class="simple">
<li><p>Software Engineers building LLM-powered applications</p></li>
<li><p>Product Managers leading AI initiatives</p></li>
<li><p>Technical Product Managers leading AI initiatives</p></li>
<li><p>Technical Leaders making architectural decisions</p></li>
<li><p>Anyone seeking to understand the practical challenges of working with LLMs</p></li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion tamingllms/_build/html/searchindex.js

Large diffs are not rendered by default.

9 changes: 5 additions & 4 deletions tamingllms/_build/jupyter_execute/markdown/intro.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"cells": [
{
"cell_type": "markdown",
"id": "91e6d8fd",
"id": "7ccaec6d",
"metadata": {},
"source": [
"(intro)=\n",
Expand Down Expand Up @@ -58,10 +58,11 @@
"\n",
"## Who This Book Is For\n",
"\n",
"This book is designed for:\n",
"This book is inteded to Software Developers taking their first steps with Large Language Models. It provides critical insights into the practical challenges of LLM implementation, along with guidance on leveraging open source tools and frameworks to avoid common pitfalls that could derail projects. The goal is to help developers understand and address these challenges early, before they become costly problems too late in the software development lifecycle. \n",
"\n",
"- Software Engineers building LLM-powered applications\n",
"- Product Managers leading AI initiatives\n",
"A broader audience for this book includes:\n",
"\n",
"- Technical Product Managers leading AI initiatives\n",
"- Technical Leaders making architectural decisions\n",
"- Anyone seeking to understand the practical challenges of working with LLMs\n",
"\n",
Expand Down
7 changes: 4 additions & 3 deletions tamingllms/markdown/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,11 @@ The current discourse around LLMs tends toward extremes—either uncritical enth

## Who This Book Is For

This book is designed for:
This book is inteded to Software Developers taking their first steps with Large Language Models. It provides critical insights into the practical challenges of LLM implementation, along with guidance on leveraging open source tools and frameworks to avoid common pitfalls that could derail projects. The goal is to help developers understand and address these challenges early, before they become costly problems too late in the software development lifecycle.

- Software Engineers building LLM-powered applications
- Product Managers leading AI initiatives
A broader audience for this book includes:

- Technical Product Managers leading AI initiatives
- Technical Leaders making architectural decisions
- Anyone seeking to understand the practical challenges of working with LLMs

Expand Down

0 comments on commit 405c96d

Please sign in to comment.