This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
radu
/
LLamaRecipes
同期ミラー
https://github.com/facebookresearch/llama-recipes.git
Watch
1
Star
0
Fork
0
ファイル
課題
0
Wiki
ソースを参照
feat: ignore node_modules for js project
Young Han
3 ヶ月 前
親
b45a652a72
コミット
f64a42741f
1 ファイル変更
、
1 行追加
、
0 行削除
分割表示
差分情報を表示
1
0
.gitignore
+ 1
- 0
.gitignore
ファイルの表示
@@ -3,3 +3,4 @@ __pycache__
.ipynb_checkpoints
wandb/
artifacts/
+node_modules/