rapidfireai 0.10.2rc2__py3-none-any.whl → 0.10.2rc4__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.

Potentially problematic release.


This version of rapidfireai might be problematic. Click here for more details.

rapidfireai/version.py CHANGED
@@ -2,5 +2,5 @@
2
2
  Version information for RapidFire AI
3
3
  """
4
4
 
5
- __version__ = "0.10.2rc2"
6
- __version_info__ = (0, 10, 2rc2)
5
+ __version__ = "0.10.2rc4"
6
+ __version_info__ = (0, 10, "2rc4")
@@ -1,10 +1,12 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rapidfireai
3
- Version: 0.10.2rc2
3
+ Version: 0.10.2rc4
4
4
  Summary: RapidFire AI: Rapid Experimentation Engine for Customizing LLMs
5
5
  Author-email: "RapidFire AI Inc." <support@rapidfire.ai>
6
6
  License: Apache-2.0
7
7
  Project-URL: Homepage, https://rapidfire.ai
8
+ Project-URL: Documentation, https://oss-docs.rapidfire.ai
9
+ Project-URL: Repository, https://github.com/RapidFireAI/rapidfireai
8
10
  Keywords: ai,rapidfire,rapidfireai,llm,deep-learning,artificial-intelligence,machine-learning,mlflow,experiment-tracking
9
11
  Classifier: Development Status :: 4 - Beta
10
12
  Classifier: Intended Audience :: Developers
@@ -55,30 +57,31 @@ Requires-Dist: trl==0.21.0; extra == "full"
55
57
  Requires-Dist: bitsandbytes>=0.39.0; extra == "full"
56
58
  Dynamic: license-file
57
59
 
58
- # RapidFire AI
59
60
 
60
61
  <div align="center">
61
62
 
62
- <a href="https://rapidfire.ai"><picture>
63
- <source media="(prefers-color-scheme: dark)" srcset="images/RapidFire-logo-for-dark-theme.png">
64
- <source media="(prefers-color-scheme: light)" srcset="images/RapidFire-logo-for-light-theme.png">
65
- <img alt="RapidFire AI" src="images/RapidFire-logo-for-light-theme.png" height="110" style="max-width: 100%;">
66
- </picture></a>
63
+ <a href="https://rapidfire.ai">
64
+ <picture>
65
+ <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/RapidFireAI/rapidfireai/main/images/RapidFire-logo-for-dark-theme.svg">
66
+ <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/RapidFireAI/rapidfireai/main/images/RapidFire-logo-for-light-theme.svg">
67
+ <img alt="RapidFire AI" src="https://raw.githubusercontent.com/RapidFireAI/rapidfireai/main/images/RapidFire-logo-for-light-theme.svg">
68
+ </picture>
69
+ </a>
67
70
 
68
- <a href="https://discord.gg/6vSTtncKNN"><img src="images/discord-button.svg" alt="Join our Discord" width="200"></a>
69
- <a href="https://oss-docs.rapidfire.ai"><img src="images/documentation-button.svg" alt="Documentation" width="200"></a>
70
71
 
71
72
  </div>
72
73
 
73
74
  [![PyPI version](https://img.shields.io/pypi/v/rapidfireai)](https://pypi.org/project/rapidfireai/)
74
75
 
76
+ # RapidFire AI
77
+
75
78
  Rapid experimentation for easier, faster, and more impactful fine-tuning and post-training for LLMs and other DL models — delivering 16–24× higher throughput without extra GPUs.
76
79
 
77
80
  ## Overview
78
81
 
79
82
  RapidFire AI is a new experiment execution framework that transforms your LLM customization experimentation from slow, sequential processes into rapid, intelligent workflows with hyperparallelized training, dynamic real-time experiment control, and automatic multi-GPU system orchestration.
80
83
 
81
- ![Usage workflow of RapidFire AI](images/Workflow-transparent-2-01.png)
84
+ ![Usage workflow of RapidFire AI](https://raw.githubusercontent.com/RapidFireAI/rapidfireai/main/images/Workflow-transparent-2-01.png)
82
85
 
83
86
  RapidFire AI’s adaptive execution engine enables interruptible, chunk-based scheduling so you can compare many configurations concurrently—even on a single GPU—with dynamic real-time control over runs.
84
87
 
@@ -2,7 +2,7 @@ rapidfireai/__init__.py,sha256=mSV8CiaJ9LwjCpMdHSBd9bM-JBijDx-lc8hGny1KEsQ,368
2
2
  rapidfireai/cli.py,sha256=j9gjZKw4LqOI5WwSYF4PlKjuN_pyLDXLxvB3fFjhgfI,16048
3
3
  rapidfireai/experiment.py,sha256=YvUAzwM3o-gEYECDOmDhbB9szKthfMAw6aiAvJ91gYA,6962
4
4
  rapidfireai/start.sh,sha256=o0Mp2EMrZ3lHkTdyCfOqg4JvatN220Kq2VuZNfhFFGg,21268
5
- rapidfireai/version.py,sha256=XQyl8co9do_6wJrWVtsxO_xzLTgJy56UxXNNMxMyIv0,105
5
+ rapidfireai/version.py,sha256=FTWmyHsAmUnkxeWBbMLjpBrduDpItmPj5azJd32nbrk,107
6
6
  rapidfireai/automl/__init__.py,sha256=QnzWa33i9aMp1NatoQYJFPrGZchtTUAPkgSOyyDXbSU,501
7
7
  rapidfireai/automl/base.py,sha256=pF6NQMr8DeEFm4PBbmbUbNAtP0S-yDfeUnKMqz2D9Zk,1947
8
8
  rapidfireai/automl/datatypes.py,sha256=rbocXidGekpeukKQuMSZLFK6h6h4PIo1Fvre2FWmhqU,1470
@@ -23,9 +23,9 @@ rapidfireai/dispatcher/gunicorn.conf.py,sha256=4DHeHZe-dg2IlM4YzIf7j3v3GfB0_I2e7
23
23
  rapidfireai/frontend/package.json,sha256=sVJmBQ0-1b7RW_h_jD-kKWL3QdhlTmdx12f80nxNd8w,8778
24
24
  rapidfireai/frontend/proxy_middleware.py,sha256=FkdCYOXRczUqT1nq0RomlETEc38X3WEYtz8eI_7Lt7U,8537
25
25
  rapidfireai/frontend/server.py,sha256=uTCzigwy2v14X1g-PHs9PsJ_LlJFmd2HLTi6A0MFfL0,984
26
- rapidfireai/frontend/build/asset-manifest.json,sha256=KQ1Zc5pZT32V5_WJ9NjnACr0K9zyG8ROO0yENq6FeRU,19906
26
+ rapidfireai/frontend/build/asset-manifest.json,sha256=d7n-dkDpQBNgQlmtm2BBFwll7NFxSffkd9nS9ee4xZk,19906
27
27
  rapidfireai/frontend/build/favicon.ico,sha256=t1wT9kqUZ_H6n5WgN9FTZBoN1Fb_gBBBBb1GJm0j1tg,15406
28
- rapidfireai/frontend/build/index.html,sha256=Z0mr8ztwgwDvPPiRxb5VgIEZu8yjYuZyYIckqd_X6Tg,707
28
+ rapidfireai/frontend/build/index.html,sha256=165TqkJ7H0mNaFP5yVl_zeYFqDtdgAcuYAKEbDCaYHQ,707
29
29
  rapidfireai/frontend/build/manifest.json,sha256=ShxPBqSqfpMC7XKD10XThODp-eVtCalJ2SuJbLxN6wQ,317
30
30
  rapidfireai/frontend/build/lib/notebook-trace-renderer/index.html,sha256=TExHVdUiSmR8VgCyjlxkW4OHk2ZW6XjOMPqSP2ABEcM,205
31
31
  rapidfireai/frontend/build/lib/notebook-trace-renderer/js/ml-model-trace-renderer.5490ebc325fe0f300ad9.js,sha256=WmABEAnu39aZ3UPTdoYYkgscNfhidEBbEd6-Q1TF_xY,5096
@@ -230,9 +230,9 @@ rapidfireai/frontend/build/static/js/9831.43bfa1a6.chunk.js,sha256=FgAwC9cUR31aY
230
230
  rapidfireai/frontend/build/static/js/9831.43bfa1a6.chunk.js.map,sha256=zqQ06JHJuOM7xYXWVBbvT5vnPNhY5X-h5B7zHysx3lw,11180
231
231
  rapidfireai/frontend/build/static/js/experimentPage.230db0b3.chunk.js,sha256=QsBAHGwXMz1fDE0nwtviNM2l6gaiL2ZL3K6kNYDzqos,9322
232
232
  rapidfireai/frontend/build/static/js/experimentPage.230db0b3.chunk.js.map,sha256=ZMZJzwksHJ5epKDudSY7UesbhRmg_-QVVzRykc4vt30,40878
233
- rapidfireai/frontend/build/static/js/main.0040ebd9.js,sha256=vOnIT_O_ue2ai4rfWwQ-upDRhn4OJAmUhtBd8CMWgoQ,2605534
234
- rapidfireai/frontend/build/static/js/main.0040ebd9.js.LICENSE.txt,sha256=0aWPNna3cImqZ2xi_GQ1LK0CTZvzZ2zFrD_mwHYMmko,6269
235
- rapidfireai/frontend/build/static/js/main.0040ebd9.js.map,sha256=uQoE-L1Dt4KcZ4xdEZMyS1ctSQOchMsRqcEhpQjJjMs,11862186
233
+ rapidfireai/frontend/build/static/js/main.3ff1e37d.js,sha256=hB9iX5t-TdHJq_5IDuutq3u1cdWVw1U7f8JoIs6z9vg,2605534
234
+ rapidfireai/frontend/build/static/js/main.3ff1e37d.js.LICENSE.txt,sha256=0aWPNna3cImqZ2xi_GQ1LK0CTZvzZ2zFrD_mwHYMmko,6269
235
+ rapidfireai/frontend/build/static/js/main.3ff1e37d.js.map,sha256=GKpsEj3FinftvdZVu_-rHFxZ4k2CrhMRMwMqvDyDdHc,11862186
236
236
  rapidfireai/frontend/build/static/media/404-overflow.fad9a31861b0afba6f921ebb8e769688.svg,sha256=brmh2WLNo6Kp2QZKU5MezMUUB9sScckdhTTkee8FxcU,4637
237
237
  rapidfireai/frontend/build/static/media/RapidFire_Square_Bug.27ceb48296314a4bc0d4.png,sha256=2Lyp_ZlHCfOnzC2KoOvV9ahZPLad_XzWb96F1BvWn5I,20682
238
238
  rapidfireai/frontend/build/static/media/chart-bar.0fd4a63680fba840a7b69fbf07969f79.svg,sha256=TyChv8IKe0v04YBeS7qz-IFOGjn0YJhjdflz3FxdwRc,498
@@ -273,15 +273,15 @@ rapidfireai/utils/serialize.py,sha256=_A9egs2uhlYNGT3Ntv2fzH7rwp6I-GGVoS4ViY3suf
273
273
  rapidfireai/utils/shm_manager.py,sha256=MlK-lKR-GjQ7G161U65922fh19YqfZmDabfi5P_kCpw,23323
274
274
  rapidfireai/utils/trainer_config.py,sha256=xrEcx-jW3NnSb6qCTTQT7OhLO9R9hWvNIHd2AsymQ-g,629
275
275
  rapidfireai/utils/worker_manager.py,sha256=LsXnXC2yDwnIp7tm1shpI6DMpif6XGtZ-4kDoo302tk,7971
276
- rapidfireai-0.10.2rc2.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
276
+ rapidfireai-0.10.2rc4.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
277
277
  tutorial_notebooks/rf-tutorial-dpo-alignment-lite.ipynb,sha256=hVcYi8-aYNnOmcrJAIdaH-WmUh5NX33-cwa9DehEsck,14722
278
278
  tutorial_notebooks/rf-tutorial-dpo-alignment.ipynb,sha256=aAx5KdM0XguO1vf83lkaJJURfMsCOOkHBnDV6Ti_6Mw,15338
279
279
  tutorial_notebooks/rf-tutorial-grpo-mathreasoning-lite.ipynb,sha256=1nOHZxscWpEdMfJHwoFaMz5pezPYaiEZg62UKYNtGAM,12751
280
280
  tutorial_notebooks/rf-tutorial-grpo-mathreasoning.ipynb,sha256=av8rIwO6zwMCjYB9VSebl7oSGKwEHB00wibce0euBng,13895
281
281
  tutorial_notebooks/rf-tutorial-sft-chatqa-lite.ipynb,sha256=bZw1WUw1m47btobu2CK3m9YEcVNPa2LlDE1YHyR3Ixk,11875
282
282
  tutorial_notebooks/rf-tutorial-sft-chatqa.ipynb,sha256=vYhx-IQR48cGNYNEmBykbPhyTEEo2uJ8UYI0Bj9HVCI,11780
283
- rapidfireai-0.10.2rc2.dist-info/METADATA,sha256=Tz491liVncSUXnNdPpmAzU2JcWiMBLE5SwNURrcVUl4,12356
284
- rapidfireai-0.10.2rc2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
285
- rapidfireai-0.10.2rc2.dist-info/entry_points.txt,sha256=tuZF1oC4KyQ9H767o83S8Y-ZiGvw_PVADPL1vRykY3g,53
286
- rapidfireai-0.10.2rc2.dist-info/top_level.txt,sha256=A28FddyVhe1LHCbvbigLRtmEWKHGVgOVKH1_FfbUQ2U,12
287
- rapidfireai-0.10.2rc2.dist-info/RECORD,,
283
+ rapidfireai-0.10.2rc4.dist-info/METADATA,sha256=Q3wJuTYQfa_6GRgJa9snR79Je9j0Jv4TBKhs7RLilyg,12489
284
+ rapidfireai-0.10.2rc4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
285
+ rapidfireai-0.10.2rc4.dist-info/entry_points.txt,sha256=tuZF1oC4KyQ9H767o83S8Y-ZiGvw_PVADPL1vRykY3g,53
286
+ rapidfireai-0.10.2rc4.dist-info/top_level.txt,sha256=A28FddyVhe1LHCbvbigLRtmEWKHGVgOVKH1_FfbUQ2U,12
287
+ rapidfireai-0.10.2rc4.dist-info/RECORD,,