-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Update ipfs_model_manager_js package version to 1.0.17
- Loading branch information
1 parent
a4b2cf7
commit 12a273c
Showing
2 changed files
with
55 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters