Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update HuggingFace example to use memoization #133

Merged
merged 1 commit into from
Mar 27, 2024

Conversation

nicholasjng
Copy link
Collaborator

Now advertises memos as the canonical way of using caching+lazy loading
in combination for memory efficiency.

Changes the example structure to three standalone Python files instead
of a project. This is because we disentangled the files by removing the
argument parser, and trivialized the runner.py file.

Changes the guide name to mention HuggingFace as the tech of interest in
this example.

@nicholasjng nicholasjng added the documentation Improvements or additions to documentation label Mar 26, 2024
@nicholasjng nicholasjng self-assigned this Mar 26, 2024
Now advertises memos as the canonical way of using caching+lazy loading
in combination for memory efficiency.

Changes the example structure to three standalone Python files instead
of a project. This is because we disentangled the files by removing the
argument parser, and trivialized the runner.py file.

Changes the guide name to mention HuggingFace as the tech of interest in
this example.
@nicholasjng nicholasjng linked an issue Mar 27, 2024 that may be closed by this pull request
1 task
@nicholasjng nicholasjng merged commit 4de465a into main Mar 27, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Artifact Tutorial
1 participant