Skip to content

Commit

Permalink
formatted
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-haoxian committed May 3, 2023
1 parent 8b611dd commit 0fdadf5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/en/posts/hf_as_svc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ tags:
- MLOps
---

# [ML] Huggingface Pipeline as a Service
## Huggingface Pipeline as a Service
I am currently working on some projects using Huggingface Transformers. I found it is a little bit tedious to set up a web server for each model. So I decided to write a script to automate the process.
There is a great documentation on Huggingface website about how to set up a web server for a model using Scarlette. Here is the link: [pipeline_webserver](https://huggingface.co/docs/transformers/main/en/pipeline_webserver)

Expand Down
6 changes: 5 additions & 1 deletion content/en/posts/try_k3d/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,4 +197,8 @@ Now you have a running K3D cluster on your machine.
In the next post, I will show you how to install devtron for CI/CD and so on.
## References
https://k3d.io/v5.4.7/
https://k3d.io/v5.4.7/
## Notes
I finally moved to K3S because I got more machines and I wanted to have a real cluster.

0 comments on commit 0fdadf5

Please sign in to comment.