zenml-nightly 0.80.0.dev20250324__py3-none-any.whl → 0.80.0.dev20250325__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- zenml/VERSION +1 -1
- {zenml_nightly-0.80.0.dev20250324.dist-info → zenml_nightly-0.80.0.dev20250325.dist-info}/METADATA +4 -4
- {zenml_nightly-0.80.0.dev20250324.dist-info → zenml_nightly-0.80.0.dev20250325.dist-info}/RECORD +6 -6
- {zenml_nightly-0.80.0.dev20250324.dist-info → zenml_nightly-0.80.0.dev20250325.dist-info}/LICENSE +0 -0
- {zenml_nightly-0.80.0.dev20250324.dist-info → zenml_nightly-0.80.0.dev20250325.dist-info}/WHEEL +0 -0
- {zenml_nightly-0.80.0.dev20250324.dist-info → zenml_nightly-0.80.0.dev20250325.dist-info}/entry_points.txt +0 -0
zenml/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.80.0.
|
1
|
+
0.80.0.dev20250325
|
{zenml_nightly-0.80.0.dev20250324.dist-info → zenml_nightly-0.80.0.dev20250325.dist-info}/METADATA
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: zenml-nightly
|
3
|
-
Version: 0.80.0.
|
3
|
+
Version: 0.80.0.dev20250325
|
4
4
|
Summary: ZenML: Write production-ready ML code.
|
5
5
|
License: Apache-2.0
|
6
6
|
Keywords: machine learning,production,pipeline,mlops,devops
|
@@ -411,7 +411,7 @@ And finally, here are some other examples and use cases for inspiration:
|
|
411
411
|
|
412
412
|
1. [E2E Batch Inference](examples/e2e/): Feature engineering, training, and inference pipelines for tabular machine learning.
|
413
413
|
2. [Basic NLP with BERT](examples/e2e_nlp/): Feature engineering, training, and inference focused on NLP.
|
414
|
-
3. [LLM RAG Pipeline with Langchain and OpenAI](https://github.com/zenml-io/zenml-projects/tree/main/
|
414
|
+
3. [LLM RAG Pipeline with Langchain and OpenAI](https://github.com/zenml-io/zenml-projects/tree/main/zenml-support-agent): Using Langchain to create a simple RAG pipeline.
|
415
415
|
4. [Huggingface Model to Sagemaker Endpoint](https://github.com/zenml-io/zenml-projects/tree/main/huggingface-sagemaker): Automated MLOps on Amazon Sagemaker and HuggingFace
|
416
416
|
5. [LLMops](https://github.com/zenml-io/zenml-projects/tree/main/llm-complete-guide): Complete guide to do LLM with ZenML
|
417
417
|
|
@@ -486,8 +486,8 @@ our GitHub repo.
|
|
486
486
|
## 📚 LLM-focused Learning Resources
|
487
487
|
|
488
488
|
1. [LL Complete Guide - Full RAG Pipeline](https://github.com/zenml-io/zenml-projects/tree/main/llm-complete-guide) - Document ingestion, embedding management, and query serving
|
489
|
-
2. [LLM Fine-Tuning Pipeline](https://github.com/zenml-io/zenml-projects/tree/main/
|
490
|
-
3. [LLM Agents Example](https://github.com/zenml-io/zenml-projects/tree/main/
|
489
|
+
2. [LLM Fine-Tuning Pipeline](https://github.com/zenml-io/zenml-projects/tree/main/zencoder) - From data prep to deployed model
|
490
|
+
3. [LLM Agents Example](https://github.com/zenml-io/zenml-projects/tree/main/zenml-support-agent) - Track conversation quality and tool usage
|
491
491
|
|
492
492
|
## 🤖 AI-Friendly Documentation with llms.txt
|
493
493
|
|
{zenml_nightly-0.80.0.dev20250324.dist-info → zenml_nightly-0.80.0.dev20250325.dist-info}/RECORD
RENAMED
@@ -1,5 +1,5 @@
|
|
1
1
|
zenml/README.md,sha256=827dekbOWAs1BpW7VF1a4d7EbwPbjwccX-2zdXBENZo,1777
|
2
|
-
zenml/VERSION,sha256=
|
2
|
+
zenml/VERSION,sha256=q0fYek6a4p9kBXsu1CnsztzozW1boCTn9m_2yfxmbqY,19
|
3
3
|
zenml/__init__.py,sha256=CKEyepFK-7akXYiMrNVh92Nb01Cjs23w4_YyI6sgdc8,2242
|
4
4
|
zenml/actions/__init__.py,sha256=mrt6wPo73iKRxK754_NqsGyJ3buW7RnVeIGXr1xEw8Y,681
|
5
5
|
zenml/actions/base_action.py,sha256=UcaHev6BTuLDwuswnyaPjdA8AgUqB5xPZ-lRtuvf2FU,25553
|
@@ -1308,8 +1308,8 @@ zenml/zen_stores/secrets_stores/sql_secrets_store.py,sha256=nEO0bAPlULBLxLVk-UTR
|
|
1308
1308
|
zenml/zen_stores/sql_zen_store.py,sha256=RmcpUHnSlPOMLNZ9StPxi_9FPqB1HgfiK_Humst9sns,440431
|
1309
1309
|
zenml/zen_stores/template_utils.py,sha256=GWBP5QEOyvhzndS_MLPmvh28sQaOPpPoZFXCIX9CRL4,9065
|
1310
1310
|
zenml/zen_stores/zen_store_interface.py,sha256=fF_uL_FplnvGvM5o3jOQ8i1zHXhuhKLL2n4nvIKSR7E,92090
|
1311
|
-
zenml_nightly-0.80.0.
|
1312
|
-
zenml_nightly-0.80.0.
|
1313
|
-
zenml_nightly-0.80.0.
|
1314
|
-
zenml_nightly-0.80.0.
|
1315
|
-
zenml_nightly-0.80.0.
|
1311
|
+
zenml_nightly-0.80.0.dev20250325.dist-info/LICENSE,sha256=wbnfEnXnafPbqwANHkV6LUsPKOtdpsd-SNw37rogLtc,11359
|
1312
|
+
zenml_nightly-0.80.0.dev20250325.dist-info/METADATA,sha256=kiJ-oLS8naAVjQWFIvU_832XJ3asEuL3EuKvwRYRk64,24227
|
1313
|
+
zenml_nightly-0.80.0.dev20250325.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
|
1314
|
+
zenml_nightly-0.80.0.dev20250325.dist-info/entry_points.txt,sha256=QK3ETQE0YswAM2mWypNMOv8TLtr7EjnqAFq1br_jEFE,43
|
1315
|
+
zenml_nightly-0.80.0.dev20250325.dist-info/RECORD,,
|
{zenml_nightly-0.80.0.dev20250324.dist-info → zenml_nightly-0.80.0.dev20250325.dist-info}/LICENSE
RENAMED
File without changes
|
{zenml_nightly-0.80.0.dev20250324.dist-info → zenml_nightly-0.80.0.dev20250325.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|