Skip to content

Commit

Permalink
Update examples/parallel-hf-embedding-ec2/parallel_hf_embedding_ec2.py
Browse files Browse the repository at this point in the history
Co-authored-by: Caroline Chen <[email protected]>
  • Loading branch information
py-rh and carolineechen authored Dec 11, 2024
1 parent 3e0add2 commit 219b261
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def embed_docs(self, url: str, **embed_kwargs):
# and 4 separate modules, each sent to a separate processes. We do this in a loop here, with a list of dependencies
# that we need remotely to run the module.
#
# In this case, each `processes` is also on a separate machine, but we could also provision an A10G:4 instance,
# In this case, each `process` is also on a separate machine, but we could also provision an A10G:4 instance,
# and send all 4 processes to the same machine. Each process runs within a separate process on the machine, so they
# won't interfere with each other.
#
Expand Down

0 comments on commit 219b261

Please sign in to comment.