Skip to content

Commit

Permalink
refactor: Update imports and class names in ipfs_model_manager.js
Browse files Browse the repository at this point in the history
  • Loading branch information
endomorphosis committed Aug 19, 2024
1 parent fcbc5ab commit 1dec6ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
export * from '/ipfs_model_manager_js/ipfs_model_manager.js';
export * from '/ipfs_model_manager_js/s3_kit.js';
export * from '/ipfs_model_manager_js/test_fio.js';

export {ipfsModelManager} from './ipfs_model_manager_js/ipfs_model_manager.js';
export * from './ipfs_model_manager_js/ipfs_model_manager.js';
export * from './ipfs_model_manager_js/s3_kit.js';
export * from './ipfs_model_manager_js/test_fio.js';
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipfs_model_manager_js",
"version": "1.0.5",
"version": "1.0.6",
"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": "model_manager.js",
Expand Down

0 comments on commit 1dec6ac

Please sign in to comment.