Skip to content

Commit

Permalink
Merge pull request #306 from alibillalhammoud/main
Browse files Browse the repository at this point in the history
Glayout LLM + Docs + Notebooks
  • Loading branch information
msaligane authored Jun 5, 2024
2 parents c82a976 + cf1c20a commit 60d7ecc
Show file tree
Hide file tree
Showing 125 changed files with 2,852 additions and 2,389 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -147,3 +147,7 @@ cython_debug/
*.DS_Store
.DS_Store
*Thumbs.db

# Large Language Models
glayout_llm_checkpoints/

10 changes: 6 additions & 4 deletions docs/source/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@ Example Notebooks
=================
Prefer to learn by example? These notebooks give a practical overview on how to run OpenFASoC's generators:

*Note that the notebooks are designed and maintained by the OpenFASoC team to run in a Google Collab cloud based python env. *
*Note that the notebooks are designed and maintained by the OpenFASoC team to run in a Google Collab cloud based python env.*
*Automatically open a collab env by clicking on the link at the top of the notebook*

.. toctree::
:maxdepth: 1

notebooks/temp-sense-gen/temp_sense_genCollab.ipynb
notebooks/ldo-gen/LDO_notebook.ipynb
notebooks/glayout/glayout_opamp.ipynb
notebooks/temp-sense-gen/temp_sense_genCollab.ipynb
notebooks/ldo-gen/LDO_notebook.ipynb
notebooks/glayout/glayout_opamp.ipynb
notebooks/glayout/Glayout_Cells.ipynb
notebooks/glayout/Glayout_Via.ipynb
Loading

0 comments on commit 60d7ecc

Please sign in to comment.