mirror of
https://github.com/InternLM/InternBootcamp.git
synced 2026-04-25 17:10:49 +00:00
init-commit
This commit is contained in:
commit
18a552597a
3461 changed files with 1150579 additions and 0 deletions
46
.gitignore
vendored
Executable file
46
.gitignore
vendored
Executable file
|
|
@ -0,0 +1,46 @@
|
|||
|
||||
## outputs
|
||||
data_generator_outputs/
|
||||
bootcamp_generator_outputs/
|
||||
bootcamp_generation_outputs/
|
||||
examples/eval/output/
|
||||
|
||||
## configs
|
||||
|
||||
|
||||
|
||||
## venv
|
||||
venv/
|
||||
.venv/
|
||||
|
||||
## vscode
|
||||
.vscode/
|
||||
|
||||
## pycache
|
||||
**/__pycache__/*
|
||||
internbootcamp.egg-info/
|
||||
|
||||
|
||||
# unit test
|
||||
whiteboard.py
|
||||
wbs/
|
||||
test.py
|
||||
unittest_logs
|
||||
autoverifier
|
||||
autoverifier/outputs
|
||||
test_bootcamp.py
|
||||
test_bootcamp_*.py
|
||||
fig.png
|
||||
|
||||
test*.py
|
||||
|
||||
|
||||
# training
|
||||
examples/xpuyu_usage/ckpts
|
||||
examples/xpuyu_usage/bootcamp_rl/launch_configs
|
||||
examples/xpuyu_usage/bootcamp_rl/launch_scripts
|
||||
examples/xpuyu_usage/bootcamp_rl/configs
|
||||
examples/unittests/output/
|
||||
test.*
|
||||
test*
|
||||
wandb
|
||||
Loading…
Add table
Add a link
Reference in a new issue