This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
radu
/
LLamaRecipes
peilaus alkaen
https://github.com/facebookresearch/llama-recipes.git
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Wiki
Selaa lähdekoodia
feat: ignore node_modules for js project
Young Han
1 viikko sitten
vanhempi
b56e0027a0
commit
870609b0d4
1 muutettua tiedostoa
jossa
1 lisäystä
ja
0 poistoa
Jaettu näkymä
Näytä diff tilastot
1
0
.gitignore
+ 1
- 0
.gitignore
Näytä tiedosto
@@ -3,3 +3,4 @@ __pycache__
.ipynb_checkpoints
wandb/
artifacts/
+node_modules/