Skip to content

Commit

Permalink
fix #630 n_cpus -> num_cpus (#631)
Browse files Browse the repository at this point in the history
  • Loading branch information
adi611 authored Jul 10, 2022
1 parent 2145663 commit 59bd3c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/Use-Cases/Task-Oriented-AutoML.md
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ pip install flaml[ray,blendsearch]

`ray` is used to manage the resources. For example,
```python
ray.init(n_cpus=16)
ray.init(num_cpus=16)
```
allocates 16 CPU cores. Then, when you run:
```python
Expand Down

0 comments on commit 59bd3c1

Please sign in to comment.