Skip to content

Commit

Permalink
Minimize FastChat (#36)
Browse files Browse the repository at this point in the history
* support qlora

* upload dummy conversation data

* delete doc and docker

* update pyproject pip install package

* continue cleaning

* delete more files

* delete a format
  • Loading branch information
lwaekfjlk authored Oct 11, 2023
1 parent cdde4ad commit 9c5205b
Show file tree
Hide file tree
Showing 141 changed files with 10,588 additions and 16,130 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ dist
*.log
*.log.*
*.json
llm_ft/checkpoints/*
!**/dummy_conversation.json
!playground/deepspeed_config_s2.json
!playground/deepspeed_config_s3.json

Expand All @@ -26,6 +28,9 @@ checkpoints_flant5_3b
*.pkl
*.csv
tests/state_of_the_union.txt
*.bin
*.model

# Build
build
!dummy_file
Loading

0 comments on commit 9c5205b

Please sign in to comment.