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 4311a74 commit 2e00ef1
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 13 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.
9 changes: 6 additions & 3 deletions tamingllms/_build/html/_sources/markdown/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,14 @@ The current discourse around LLMs tends toward extremes—either uncritical enth

This book is intended for 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.

A broader audience for this book includes:
This book is designed for:

- Technical Product Managers leading AI initiatives
- Software Engineers building LLM-powered applications
- Technical Product Managers leading GenAI initiatives
- Technical Leaders making architectural decisions
- Anyone seeking to understand the practical challenges of working with LLMs
- Open Source advocates and/or developers building LLM Applications
- Anyone seeking to understand the practical challenges of working with LLMs


Typical job roles:

Expand Down
6 changes: 4 additions & 2 deletions tamingllms/_build/html/markdown/intro.html
Original file line number Diff line number Diff line change
Expand Up @@ -265,10 +265,12 @@ <h2><a class="toc-backref" href="#id4" role="doc-backlink"><span class="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 intended for 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>
<p>This book is designed for:</p>
<ul class="simple">
<li><p>Technical Product Managers leading AI initiatives</p></li>
<li><p>Software Engineers building LLM-powered applications</p></li>
<li><p>Technical Product Managers leading GenAI initiatives</p></li>
<li><p>Technical Leaders making architectural decisions</p></li>
<li><p>Open Source advocates and/or developers building LLM Applications</p></li>
<li><p>Anyone seeking to understand the practical challenges of working with LLMs</p></li>
</ul>
<p>Typical job roles:</p>
Expand Down
2 changes: 1 addition & 1 deletion tamingllms/_build/html/searchindex.js

Large diffs are not rendered by default.

11 changes: 7 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": "853dae78",
"id": "3d8c74fd",
"metadata": {},
"source": [
"(intro)=\n",
Expand Down Expand Up @@ -65,11 +65,14 @@
"\n",
"This book is intended for 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",
"A broader audience for this book includes:\n",
"This book is designed for: \n",
"\n",
"- Technical Product Managers leading AI initiatives\n",
"- Software Engineers building LLM-powered applications \n",
"- Technical Product Managers leading GenAI initiatives \n",
"- Technical Leaders making architectural decisions\n",
"- Anyone seeking to understand the practical challenges of working with LLMs\n",
"- Open Source advocates and/or developers building LLM Applications \n",
"- Anyone seeking to understand the practical challenges of working with LLMs \n",
"\n",
"\n",
"Typical job roles:\n",
"\n",
Expand Down
9 changes: 6 additions & 3 deletions tamingllms/markdown/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,14 @@ The current discourse around LLMs tends toward extremes—either uncritical enth

This book is intended for 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.

A broader audience for this book includes:
This book is designed for:

- Technical Product Managers leading AI initiatives
- Software Engineers building LLM-powered applications
- Technical Product Managers leading GenAI initiatives
- Technical Leaders making architectural decisions
- Anyone seeking to understand the practical challenges of working with LLMs
- Open Source advocates and/or developers building LLM Applications
- Anyone seeking to understand the practical challenges of working with LLMs


Typical job roles:

Expand Down

0 comments on commit 2e00ef1

Please sign in to comment.