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

[Module 2] Fix typo #19

Merged
merged 1 commit into from
Aug 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions module-2/PRACTICE.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@
- PR1: Write README instructions detailing how to deploy MinIO with the following options: Local, Docker, Kubernetes (K8S)-based.
- PR2: Develop a CRUD Python client for MinIO and accompany it with comprehensive tests.
- PR3: Write code to benchmark various Pandas formats in terms of data saving/loading, focusing on load time and save time.
- PR5: Create code to benchmark inference performance using single and multiple processes, and report the differences in time.
- PR6: Develop code for converting your dataset into the StreamingDataset format.
- PR7: Write code for transforming your dataset into a vector format, and utilize VectorDB for ingestion and querying.
- PR4: Create code to benchmark inference performance using single and multiple processes, and report the differences in time.
- PR5: Develop code for converting your dataset into the StreamingDataset format.
- PR6: Write code for transforming your dataset into a vector format, and utilize VectorDB for ingestion and querying.
- Google Doc: Update your proposal by adding a section on data storage and processing.

## Criteria:

- 7 PRs are merged
- 6 PRs are merged
- Description of data section, storage and processing, in the google doc.


Expand Down