Add `$schema` to `cgmanifest.json`

This commit is contained in:
Jamie Magee 2022-08-29 15:55:45 -07:00 коммит произвёл Jamie Magee
Родитель aa43434e50
Коммит d2e422b1e8
1 изменённых файлов: 18 добавлений и 18 удалений

Просмотреть файл

@ -1,19 +1,19 @@
{
"registrations": [
{
"component": {
"type": "git",
"git": {
"name": "dino",
"repositoryUrl": "https://github.com/facebookresearch/dino",
"commitHash": "58aabc09e056689228e5cfff27c2c20e6d19c945"
}
},
"license": "Apache 2.0",
"version": "0.1",
"description": "PyTorch code for Vision Transformers training with the Self-Supervised learning method DINO"
}
],
"version": 1
}
"$schema": "https://json.schemastore.org/component-detection-manifest.json",
"registrations": [
{
"component": {
"type": "git",
"git": {
"name": "dino",
"repositoryUrl": "https://github.com/facebookresearch/dino",
"commitHash": "58aabc09e056689228e5cfff27c2c20e6d19c945"
}
},
"license": "Apache 2.0",
"version": "0.1",
"description": "PyTorch code for Vision Transformers training with the Self-Supervised learning method DINO"
}
],
"version": 1
}