Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 301 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 301 Bytes

NYCU LLM 2024

Written BY KYLiN


Link

HW1 : here

HW2 : here

How to init the HW env ?

# install the poetry 
pip install poetry

# use the poetry init the env
poetry install

# start the env
poetry shell

Poetry : here