Skip to content

Commit

Permalink
chore: Update ipfs_model_manager_js package version to 1.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
endomorphosis committed Aug 30, 2024
1 parent a4b2cf7 commit 12a273c
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 4 deletions.
51 changes: 51 additions & 0 deletions ipfs_model_manager_js/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"name": "ipfs_model_manager_js",
"version": "1.0.17",
"description": "This is a model manager and wrapper for huggingface, and it maintains an index of models from collections of models store retrieved through local/https/s3/ipfs/orbitdb, then maintains a state of which what models are currently accesible, and it will choose what files should be cached through local/s3/ipfs/ based on configuration settings.",
"type": "module",
"main": "index.js",
"scripts": {
"test": "node tests/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/endomorphosis/ipfs_model_manager_js.git"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.315.0",
"@aws-sdk/lib-storage": "^3.315.0",
"@chainsafe/libp2p-gossipsub": "^13.0.0",
"@mwni/toml": "^1.0.0",
"@orbitdb/core": "^2.1.0",
"@orbitdb/quickstart": "^1.0.0",
"aws-sdk": "^2.1597.0",
"commander": "^11.0.0",
"crypto": "^1.0.1",
"deasync": "^0.1.29",
"debug": "^4.3.4",
"esm": "^3.2.25",
"ipfs_faiss_js": "^1.0.4",
"ipfs_huggingface_scraper_js": "^1.0.12",
"ipfs_kit_js": "^1.0.22",
"ipfs_model_manager_js": "^1.0.9",
"libp2p_kit_js": "^1.0.5",
"orbitdb_kit_js": "^1.0.9",
"is-stream": "^3.0.0",
"moment": "^2.30.1",
"nodejs": "^0.0.0",
"npm": "^10.8.2",
"prompt-sync": "^4.2.0",
"prompt-sync-history": "^1.0.1",
"shutil": "^0.0.1",
"subprocess": "^0.3.0",
"sync-request": "6.1.0",
"tar": "^7.1.0",
"tmp": "^0.2.3"
},
"author": "Benjamin Barber",
"license": "AGPL-3.0-only",
"bugs": {
"url": "https://github.com/endomorphosis/ipfs_model_manager_js/issues"
},
"homepage": "https://github.com/endomorphosis/ipfs_model_manager_js#readme"
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs_model_manager_js",
"version": "1.0.16",
"version": "1.0.17",
"description": "This is a model manager and wrapper for huggingface, and it maintains an index of models from collections of models store retrieved through local/https/s3/ipfs/orbitdb, then maintains a state of which what models are currently accesible, and it will choose what files should be cached through local/s3/ipfs/ based on configuration settings.",
"type": "module",
"main": "index.js",
Expand All @@ -25,15 +25,15 @@
"debug": "^4.3.4",
"esm": "^3.2.25",
"ipfs_faiss_js": "^1.0.4",
"ipfs_huggingface_scraper_js": "^1.0.10",
"ipfs_huggingface_scraper_js": "^1.0.12",
"ipfs_kit_js": "^1.0.22",
"ipfs_model_manager_js": "^1.0.9",
"is-stream": "^3.0.0",
"libp2p_kit_js": "^1.0.5",
"orbitdb_kit_js": "^1.0.9",
"is-stream": "^3.0.0",
"moment": "^2.30.1",
"nodejs": "^0.0.0",
"npm": "^10.8.2",
"orbitdb_kit_js": "^1.0.9",
"prompt-sync": "^4.2.0",
"prompt-sync-history": "^1.0.1",
"shutil": "^0.0.1",
Expand Down

0 comments on commit 12a273c

Please sign in to comment.