Spaces:
Running
Running
alessandro trinca tornidor
commited on
Commit
•
823d44e
1
Parent(s):
0377306
doc: update README.md
Browse files
README.md
CHANGED
@@ -39,6 +39,15 @@ pnpm playwright test
|
|
39 |
- `aip_trainer.models.AllModels.NeuralTTS`
|
40 |
- `aip_trainer.models.AllModels.NeuralTranslator`
|
41 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
### TODO
|
43 |
|
44 |
- add more e2e tests with playwright
|
|
|
39 |
- `aip_trainer.models.AllModels.NeuralTTS`
|
40 |
- `aip_trainer.models.AllModels.NeuralTranslator`
|
41 |
|
42 |
+
### Security implication of using pytorch v1.13.1
|
43 |
+
|
44 |
+
Pytorch versions prior to 2.2.0 are known to have security vulnerabilities:
|
45 |
+
|
46 |
+
- https://security.snyk.io/vuln/SNYK-PYTHON-TORCH-6619806
|
47 |
+
- https://security.snyk.io/vuln/SNYK-PYTHON-TORCH-6649934
|
48 |
+
|
49 |
+
For this reason, it's best to use this project only in a local environment.
|
50 |
+
|
51 |
### TODO
|
52 |
|
53 |
- add more e2e tests with playwright
|