1
0
Fork 0

lint: add common terms to workspace dict

This commit is contained in:
Sean Sube 2023-01-05 15:48:58 -06:00
parent 5f1bb4ab56
commit 6391f4b2af
1 changed files with 16 additions and 1 deletions

View File

@ -15,8 +15,23 @@
"cSpell.words": [ "cSpell.words": [
"ddim", "ddim",
"ddpm", "ddpm",
"directml",
"ftfy",
"huggingface",
"Multistep",
"numpy",
"Onnx", "Onnx",
"pndm" "onnxruntime",
"pndm",
"pretrained",
"protobuf",
"runwayml",
"scipy",
"spacy",
"spinalcase",
"stringcase",
"venv",
"virtualenv"
] ]
} }
} }