Update README.md (#3)
Browse files- Update README.md (b835cb59d93149b9e0d837eabc876963ee26ad70)
README.md
CHANGED
@@ -28,6 +28,8 @@ __Goals of elastic models:__
|
|
28 |
|
29 |
> It's important to note that specific quality degradation can vary from model to model. For instance, with an S model, you can have 0.5% degradation as well.
|
30 |
|
|
|
|
|
31 |
## Inference
|
32 |
|
33 |
To infer our models, you just need to replace `transformers` import with `elastic_models.transformers`:
|
@@ -79,11 +81,17 @@ print(f"# A:\n{output}\n")
|
|
79 |
|
80 |
### Installation
|
81 |
|
82 |
-
__GPUs__: H100, L40s
|
83 |
|
84 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
85 |
|
86 |
-
__Python__: 3.10-3.12
|
87 |
|
88 |
To work with our models
|
89 |
|
|
|
28 |
|
29 |
> It's important to note that specific quality degradation can vary from model to model. For instance, with an S model, you can have 0.5% degradation as well.
|
30 |
|
31 |
+
-----
|
32 |
+
|
33 |
## Inference
|
34 |
|
35 |
To infer our models, you just need to replace `transformers` import with `elastic_models.transformers`:
|
|
|
81 |
|
82 |
### Installation
|
83 |
|
|
|
84 |
|
85 |
+
__System requirements__
|
86 |
+
|
87 |
+
* GPUs: H100, L40s
|
88 |
+
|
89 |
+
* CPU: AMD, Intel
|
90 |
+
|
91 |
+
* OS: Linux #TODO
|
92 |
+
|
93 |
+
* Python: 3.10-3.12
|
94 |
|
|
|
95 |
|
96 |
To work with our models
|
97 |
|