Skip to content

Commit

Permalink
open the video link in MLOps
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanTrojans committed Jul 29, 2022
1 parent c386ab9 commit 7e9ccb1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion doc/en/mlops/user_guide.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
# FedML MLOps User Guide
Video Tutorial:
[https://www.youtube.com/embed/Xgm0XEaMlVQ](https://www.youtube.com/watch?v=Xgm0XEaMlVQ)
<a id="videoPlay"><font color=blue>https://www.youtube.com/embed/Xgm0XEaMlVQ</font></a>

<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>

<script>
$("#videoPlay").click(function(){
window.location.href='https://www.youtube.com/embed/Xgm0XEaMlVQ';
})
</script>
**Write Once, Run Anywhere: Seamlessly Migrate Your Local Development to the Real-world Edge-cloud Deployment**

- How Does FedML MLOps Platform Work?
Expand Down

0 comments on commit 7e9ccb1

Please sign in to comment.