Skip to content

Commit

Permalink
Removed LFS.
Browse files Browse the repository at this point in the history
  • Loading branch information
JSv4 committed Jun 16, 2024
1 parent bb3f607 commit e4096f1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
frontend/public/** linguist-vendored
frontend/src/assets/** linguist-vendored
*.yaml filter=lfs diff=lfs merge=lfs -text
5 changes: 4 additions & 1 deletion download_embeddings_model.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import os

from sentence_transformers import SentenceTransformer

# Specify the desired sentence transformer model
Expand All @@ -13,4 +14,6 @@
# Download and save the sentence transformer model
model = SentenceTransformer(model_name, cache_folder=cache_dir)

print(f"Sentence transformer model '{model_name}' has been downloaded and saved to '{cache_dir}'.")
print(
f"Sentence transformer model '{model_name}' has been downloaded and saved to '{cache_dir}'."
)
1 change: 0 additions & 1 deletion fixtures/vcr_cassettes/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
*.yaml

0 comments on commit e4096f1

Please sign in to comment.