|
@@ -0,0 +1,25 @@
|
|
|
+{
|
|
|
+ "name": "py38/torch-cu111-win64",
|
|
|
+ "type": "library",
|
|
|
+ "description": "pytorch gpu 1.9.0 cu11.1 win64",
|
|
|
+ "license": "MIT",
|
|
|
+ "minimum-stability": "dev",
|
|
|
+ "require-dev":{
|
|
|
+ "a/distribute-helper": "dev-master"
|
|
|
+ },
|
|
|
+ "repositories": {
|
|
|
+ "packagist": {
|
|
|
+ "type": "composer",
|
|
|
+ "url": "http://satis-dist.lysis.com.cn:4000/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "config": {
|
|
|
+ "secure-http": false
|
|
|
+ },
|
|
|
+ "distribute-helper": {
|
|
|
+ "use-space": "2.91 GB",
|
|
|
+ "vendor-files":[
|
|
|
+ {"name":"torch-1.9.0+cu111-cp38-cp38-win_amd64.whl","md5":"8be25b","size":"2.91 GB"}
|
|
|
+ ]
|
|
|
+ }
|
|
|
+}
|