mirror of
https://github.com/mii443/tokenizers.git
synced 2025-08-22 16:25:30 +00:00
Merge pull request #75 from huggingface/doc_parallelism
Added doc for setting tokenizers level of parallelism.
This commit is contained in:
@ -54,3 +54,10 @@ fn main() -> Result<()> {
|
||||
Ok(())
|
||||
}
|
||||
```
|
||||
|
||||
## Additional information
|
||||
|
||||
- tokenizers is designed to leverage CPU parallelism when possible. The level of parallelism is determined
|
||||
by the total number of core/threads your CPU provides but this can be tuned by setting the `RAYON_RS_NUM_CPUS`
|
||||
environment variable. As an example setting `RAYON_RS_NUM_CPUS=4` will allocate a maximum of 4 threads.
|
||||
**_Please note this behavior may evolve in the future_**
|
||||
|
Reference in New Issue
Block a user