Skip to content

Commit

Permalink
Update model_manager.js
Browse files Browse the repository at this point in the history
  • Loading branch information
endomorphosis authored Apr 15, 2024
1 parent 64022c6 commit fd744b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions huggingface_scraper/model_manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -1743,8 +1743,8 @@ class ModelManager {
}

const endpoint = "https://object.ord1.coreweave.com"
const access_key = "CWVFBNRZEEDYTAUM"
const secret_key = "cwoBNj1ILmRGxcm18EsWE5Qth4hVtmtNJPkLVW2AETU"
const access_key = ""
const secret_key = ""
const host_bucket = "%(bucket)s.object.ord1.coreweave.com"
const bucket = "cloudkit-beta";
const ipfs_src = "QmXBUkLywjKGTWNDMgxknk6FJEYu9fZaEepv3djmnEqEqD";
Expand Down Expand Up @@ -1790,4 +1790,4 @@ const meta = {

const models_manager = new ModelManager(null, meta);
const results = await models_manager.test();
console.log(results);
console.log(results);

0 comments on commit fd744b1

Please sign in to comment.