Skip to content

Commit

Permalink
minor wording change
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruminateer committed Jan 20, 2023
1 parent c3619c1 commit 71fd411
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meta.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
Developed observability and monitoring tools for the AI model storage team.
\begin{itemize}
\item Developed a logging context library in C++ and Python.
Designed an abstract class to provide a general logging interface.
Designed a general logging context interface.
Allowed users to create and modify subcontexts without affecting parent contexts.
Developed a subclass to log AI model storage related events to \href{https://research.facebook.com/publications/scuba-diving-into-data-at-facebook/}{Scuba}.
Implemented the interface to log AI model storage related events to \href{https://research.facebook.com/publications/scuba-diving-into-data-at-facebook/}{Scuba}.
\item Migrated PyPer and Caffe2 checkpointing code from a singleton logger to the logging context.
The logging context library is more robust, allows multithreading, and gives more C++ support.
\item Developed a Cubism Dashboard to monitor checkpointing related statistics across all regions.
Expand Down

0 comments on commit 71fd411

Please sign in to comment.