shahidul034 commited on
Commit ·
004822c
1
Parent(s): 2304e81
Remove pyc files, track png with LFS, update gitignore
Browse files- .gitignore +2 -0
.gitignore
CHANGED
|
@@ -1,3 +1,5 @@
|
|
| 1 |
code/RL_model/models/
|
| 2 |
code/fine_tune_sft_dpo/model/
|
| 3 |
code/RL_model/verl/verl_train/dataset/
|
|
|
|
|
|
|
|
|
| 1 |
code/RL_model/models/
|
| 2 |
code/fine_tune_sft_dpo/model/
|
| 3 |
code/RL_model/verl/verl_train/dataset/
|
| 4 |
+
__pycache__/
|
| 5 |
+
*.pyc
|