Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -23,7 +23,7 @@ Easy-Translate is built on top of 🤗HuggingFace's [Transformers](https://huggi
|
|
23 |
|
24 |
We currently support:
|
25 |
|
26 |
-
- CPU / GPU / multi-GPU / TPU acceleration
|
27 |
- BF16 / FP16 / FP32 precision.
|
28 |
- Automatic batch size finder: Forget CUDA OOM errors. Set an initial batch size, if it doesn't fit, we will automatically adjust it.
|
29 |
- Sharded Data Parallel to load huge models sharded on multiple GPUs (See: <https://huggingface.co/docs/accelerate/fsdp>).
|
|
|
23 |
|
24 |
We currently support:
|
25 |
|
26 |
+
- CPU / multi-CPU / GPU / multi-GPU / TPU acceleration
|
27 |
- BF16 / FP16 / FP32 precision.
|
28 |
- Automatic batch size finder: Forget CUDA OOM errors. Set an initial batch size, if it doesn't fit, we will automatically adjust it.
|
29 |
- Sharded Data Parallel to load huge models sharded on multiple GPUs (See: <https://huggingface.co/docs/accelerate/fsdp>).
|