This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng nhập
radu
/
LLamaRecipes
mirror of
https://github.com/facebookresearch/llama-recipes.git
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
feat: ignore node_modules for js project
Young Han
1 tuần trước cách đây
mục cha
b56e0027a0
commit
870609b0d4
1 tập tin đã thay đổi
với
1 bổ sung
và
0 xóa
Split View
Hiển thị tình trạng sai khác
1
0
.gitignore
+ 1
- 0
.gitignore
Xem Tập Tin
@@ -3,3 +3,4 @@ __pycache__
.ipynb_checkpoints
wandb/
artifacts/
+node_modules/