idea-fasoc / OpenFASOC

Fully Open Source FASOC generators built on top of open-source EDA tools
https://openfasoc.readthedocs.io
Apache License 2.0
216 stars 90 forks source link

Adding code that trains on different LLM models and added the introduction to GLayout notebook #323

Open srpathen opened 1 week ago

srpathen commented 1 week ago
  1. We train on phi, mistral, and codestral
  2. Added introduction to GLayout notebook that introduces many of the functions that the participants will use
  3. Edited workflow scripts to downgrade numpy to version 1.23.3
  4. Added a convo parser
msaligane commented 1 week ago

The CI is failing for these. Is this normal? @chetanyagoyal and @srpathen

chetanyagoyal commented 1 week ago

The CI failing is unintended behaviour, we will look into this

chetanyagoyal commented 1 day ago

Glayout changes are okay, they are previously unmerged changes to llm

chetanyagoyal commented 19 hours ago

@srpathen scipy conflicts with the numpy version you're installing, we need numpy==1.23.5 or greater

srpathen commented 15 hours ago

Updated the numpy version to 1.23.5