Skip to content

Commit

Permalink
remove bucket
Browse files Browse the repository at this point in the history
  • Loading branch information
jacopotagliabue committed Jul 24, 2023
1 parent 7f9bac9 commit 19fdab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/dummy.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def predict(self):
logger=LOGGER.COMET,
metadata_store= METADATA_STORE.LOCAL,
similarity_model=my_sim_model,
bucket=os.environ["S3_BUCKET"],
# bucket=os.environ["S3_BUCKET"], # if METADATA_STORE.LOCAL you don't need this!
COMET_KEY=os.environ["COMET_KEY"],
COMET_PROJECT_NAME=os.environ["COMET_PROJECT_NAME"],
COMET_WORKSPACE=os.environ["COMET_WORKSPACE"],
Expand Down

0 comments on commit 19fdab5

Please sign in to comment.