From ee8080c3f0440bd85a3c804bedf2655dd8778296 Mon Sep 17 00:00:00 2001
From: hsharif3 <hsharif3@illinois.edu>
Date: Fri, 19 Mar 2021 06:38:07 +0000
Subject: [PATCH] Update Keras Benchmarks README

---
 hpvm/test/dnn_benchmarks/keras/README.md | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/hpvm/test/dnn_benchmarks/keras/README.md b/hpvm/test/dnn_benchmarks/keras/README.md
index f199de7d62..34b7a7804d 100644
--- a/hpvm/test/dnn_benchmarks/keras/README.md
+++ b/hpvm/test/dnn_benchmarks/keras/README.md
@@ -1,17 +1,10 @@
-# Keras Frontend 
+# Keras Benchmarks
 
-## Requirements 
-
-* python >= 3.6
-* pip >= 9
 
 ## Installing the Keras Frontend Package
 
-At the root of this project (`/projects/keras/`) install the Keras frontend pip package as:
+Instructions for Installing the Keras Frontend are [here](https://gitlab.engr.illinois.edu/llvm/hpvm/-/blob/approx_hpvm_reorg_keras/hpvm/projects/keras/README.md)
 
-```
-pip install -e .
-```
 
 ## Download CNN Model Files 
 
-- 
GitLab