forked from matsuolab/ucllm_nedo_prod
-
Notifications
You must be signed in to change notification settings - Fork 0
/
vscode.code-workspace
105 lines (105 loc) · 1.44 KB
/
vscode.code-workspace
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
"folders": [
{
"name": "model",
"path": "./train"
},
{
"name": "data",
"path": "./data_management"
},
{
"name": "eval",
"path": "./eval"
},
{
"name": "infra",
"path": "./infra"
},
{
"name": "root",
"path": "."
}
],
"settings": {
"files.exclude": {
"**/.mypy_cache": true,
"**/.ruff_cache": true
},
"cSpell.words": [
"ABCI",
"allgather",
"arxiv",
"asolano",
"basemodel",
"botchan",
"charliermarsh",
"cpython",
"CUDA",
"culturax",
"datasketch",
"Dedup",
"direnv",
"Dolma",
"EVOFORMER",
"filebase",
"finetune",
"finetuned",
"flashattn",
"Geniac",
"ghpc",
"GROUPNAME",
"hojichar",
"hotsuyuki",
"hpcx",
"huggingface",
"jaster",
"JOBID",
"JOBNAME",
"leaderboard",
"LIBEXT",
"matsuolab",
"metainfo",
"minhash",
"miniconda",
"mlmini",
"mtbench",
"myenv",
"myjob",
"mypy",
"nedo",
"Nejumi",
"netrc",
"NODELIST",
"nvcc",
"oasst",
"OPENAI",
"openassistant",
"posttraining",
"pretrain",
"Pretraining",
"protoc",
"qrsh",
"readlines",
"redpajama",
"sakura",
"SBATCH",
"scancel",
"sentencepiece",
"Slurm",
"squeue",
"srun",
"timonwong",
"torchaudio",
"torchvision",
"ucllm",
"unigram",
"venv",
"wandb",
"weblab"
]
},
"extensions": {
"recommendations": ["charliermarsh.ruff", "timonwong.shellcheck"]
}
}