Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 6274176

Browse files
spellcheck
1 parent d6e712d commit 6274176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/python/llama-rag.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@ RUN --mount=type=cache,target=/root/.cache/uv \
459459
uv sync --extra ml --frozen --no-dev --no-python-downloads
460460
```
461461

462-
We will also add a `HF_HOME` environment variable in the `.env` file to make sure our hugging face cache is in a readable/writable directory on the cloud. For Lambda, the /tmp dfirectory is the best place to store these types of caches that require reading and writing.
462+
We will also add a `HF_HOME` environment variable in the `.env` file to make sure our hugging face cache is in a readable/writable directory on the cloud. For Lambda, the `/tmp` directory is the best place to store these types of caches that require reading and writing.
463463

464464
```text title:.env
465465
PYTHONPATH=.

0 commit comments

Comments
 (0)