From 277d39df99dcd0c90940916ed0556f6748f2db93 Mon Sep 17 00:00:00 2001 From: Colin Taylor Date: Thu, 2 Dec 2021 09:20:03 -0800 Subject: [PATCH] Revert "Move README.md to top level (#22)" (#25) This reverts commit a4a0f6f171eb5ca48b4ade9e165b4c1bb3f41394. --- README.md => torchrec/README.MD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename README.md => torchrec/README.MD (96%) diff --git a/README.md b/torchrec/README.MD similarity index 96% rename from README.md rename to torchrec/README.MD index 7f946251e..570db5b21 100644 --- a/README.md +++ b/torchrec/README.MD @@ -1,4 +1,4 @@ -# TorchRec (🚨 Warning: Unstable Prototype 🚨) +# Torchrec TorchRec is a PyTorch domain library built to provide common sparsity & parallelism primitives needed for large-scale recommender systems (RecSys). It allows authors to train models with large embedding tables sharded across many GPUs.