-
Notifications
You must be signed in to change notification settings - Fork 0
/
meta.tex
20 lines (19 loc) · 1.14 KB
/
meta.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
\organization{Meta}{Menlo Park, CA}
\experience{Production Engineer}{2023-12-4}{}{
Developed tools to enhance the user experience of the AI Inference Platform.
\begin{itemize}
\item Migrating GenAI models onto inference experience service, enabling UI integration and quick experiments.
\end{itemize}
}
\experience{Production Engineer Intern}{2022-5-23}{2022-8-12}{
Developed observability and monitoring tools for the AI model storage team.
\begin{itemize}
\item Developed a logging context library in C++ and Python.
Designed a general logging context interface.
Allowed users to create and modify subcontexts without affecting parent contexts.
Implemented the interface to log machine learning checkpointing events to \href{https://research.facebook.com/publications/scuba-diving-into-data-at-facebook/}{Scuba} and ODS.
\item Migrated PyPer and Caffe2 checkpointing code from a singleton logger to the logging context.
The migration separated logging logic from checkpointing logic and reduced incorrect logging.
\item Developed a Cubism Dashboard to monitor checkpointing related statistics across all regions.
\end{itemize}
}