Skip to content

Commit

Permalink
Update README.md (#359)
Browse files Browse the repository at this point in the history
Fix broken link to Ray doc on fractional GPU allocation.

Signed-off-by: zoramt <zoramthanga@yahoo.com>
  • Loading branch information
zoramt committed Apr 9, 2024
1 parent 418e714 commit 5302433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modelserving/v1beta1/custom/custom_model/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ if __name__ == "__main__":
ray.init(num_cpus=2, num_gpus=1)
kserve.ModelServer().start({"custom-model": AlexNetModel})
```
The more details for ray fractional cpu and gpu can be found [here](https://docs.ray.io/en/latest/serve/scaling-and-resource-allocation.html#fractional-cpus-and-fractional-gpus).
The more details for ray fractional cpu and gpu can be found [here](https://docs.ray.io/en/latest/serve/resource-allocation.html#fractional-cpus-and-fractional-gpus).

The full code example can be found [here](https://github.com/kserve/kserve/blob/release-0.11/python/custom_model/model_remote.py).

Expand Down

0 comments on commit 5302433

Please sign in to comment.