sharpenb commited on
Commit
8c7baa5
·
verified ·
1 Parent(s): a50ad5d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -24,7 +24,6 @@ pinned: false
24
 
25
  [Pruna AI](https://www.pruna.ai/) makes, in one line of code, any AI model faster, cheaper, smaller, greener on any hardware. It covers CV, NLP, audio, graphs for predictive and generative AI.
26
 
27
- - `pruna`: Package to smash your AI model to make it more efficient without losing quality. For this, you only need to call `pruna.smash()`.
28
- - `pruna_engine`: Package to run your AI model more efficiently without changing your pipeline.
29
-
30
- Request access [here](https://z0halsaff74.typeform.com/pruna-access?typeform-source=www.pruna.ai)!
 
24
 
25
  [Pruna AI](https://www.pruna.ai/) makes, in one line of code, any AI model faster, cheaper, smaller, greener on any hardware. It covers CV, NLP, audio, graphs for predictive and generative AI.
26
 
27
+ We provide two packages. You can read their documentations to know more [here](https://pruna-ai-pruna.readthedocs-hosted.com/en/latest/).
28
+ - `pruna`: Package to smash your AI model to make it more efficient without losing quality. For this, you only need to call `pruna.smash()`. If you want to compress models on your side, you can request access [here](https://z0halsaff74.typeform.com/pruna-access?typeform-source=www.pruna.ai).
29
+ - `pruna_engine`: Package to run your AI model more efficiently without changing your pipeline. If you want to run models publicly shared on HuggingFace, you can install it from [here](https://pypi.org/project/pruna-engine/).