Skip to content

Commit

Permalink
⚡ try different cache strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
mickm3n committed Jul 28, 2024
1 parent fc37b03 commit 63f852d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
with:
path: data/post_embedding_cache.pkl
key: embeddings-cache-${{ hashFiles('content/**/*.md') }}
restore-keys: embeddings-cache-
restore-keys: embeddings-cache

- name: Compute embedding and find similarity
run: python scripts/find_similar_posts.py
Expand Down

0 comments on commit 63f852d

Please sign in to comment.