mirror of
https://github.com/rasbt/LLMs-from-scratch.git
synced 2025-12-30 00:32:00 +00:00
* Organized setup instructions * update tets * link checker action * raise error upon broken link * fix links * fix links * delete duplicated paragraph
19 lines
398 B
JSON
19 lines
398 B
JSON
{
|
|
"name": "LLMs From Scratch",
|
|
"build": {
|
|
"context": "..",
|
|
"dockerfile": "Dockerfile"
|
|
},
|
|
"runArgs": ["--runtime=nvidia", "--gpus=all"],
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"ms-python.python",
|
|
"ms-azuretools.vscode-docker",
|
|
"ms-toolsai.jupyter",
|
|
"yahyabatulu.vscode-markdown-alert",
|
|
"tomoki1207.pdf"
|
|
]
|
|
}
|
|
}
|
|
} |