Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 4 additions & 9 deletions tutorial/CodeGen/CodeGen_Guide.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,13 @@
CodeGen
#####################

.. note:: This guide is in its early development and is a work-in-progress with
placeholder content.

Overview
********

The CodeGen example uses specialized AI models that went through training with datasets that
encompass repositories, documentation, programming code, and web data. With an understanding
of various programming languages, coding patterns, and software development concepts, the
CodeGen LLMs assist developers and programmers. The LLMs can be integrated into the developers'
The CodeGen example uses specialized AI models that went through training with datasets that encompass repositories, documentation, programming code, and web data. With an understanding
of various programming languages, coding patterns, and software development concepts, CodeGen LLMs assist developers and programmers. The LLMs can be integrated into the developers'
Integrated Development Environments (IDEs) to have more contextual awareness to write more
refined and relevant code based on the suggestions.
refined and relevant code based on suggestions.

Purpose
*******
Expand All @@ -37,7 +32,7 @@ for serving deployment. It is presented as a Code Copilot application as shown i

Deployment
**********
Here are some deployment options, depending on your hardware and environment:
Here are some deployment options, depending on the hardware and environment:

.. toctree::
:maxdepth: 1
Expand Down
Loading