From e81bf1edf30aed6561ace7240aa94f5e82e14531 Mon Sep 17 00:00:00 2001
From: Sanyam Bhutani <sanyambhutani@meta.com>
Date: Thu, 9 Jan 2025 15:50:56 -0800
Subject: [PATCH] Update README.md

---
 end-to-end-use-cases/README.md | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/end-to-end-use-cases/README.md b/end-to-end-use-cases/README.md
index ce5152a8..9bc7c218 100644
--- a/end-to-end-use-cases/README.md
+++ b/end-to-end-use-cases/README.md
@@ -1,5 +1,11 @@
 ## [Agentic Tutorial](./agents/): 101 and 201 tutorials on performing Tool Calling and building an Agentic Workflow using Llama Models
 
+## [Benchmarks](./benchmarks/): a folder contains benchmark scripts that apply a throughput analysis and introduction to `lm-evaluation-harness`, a tool to evaluate Llama models including quantized models focusing on quality.
+
+## [Browser Usage](./browser_use/): Demo of how to apply Llama models and use them for browsing the internet and completing tasks
+
+## []()
+
 ## [Automatic Triaging of Github Repositories](./github_triage/walkthrough.ipynb): Use Llama to automatically triage issues in an OSS repository and generate insights to improve community experience
 This tool utilizes an off-the-shelf Llama model to analyze, generate insights, and create a report for better understanding of the state of a repository. It serves as a reference implementation for using Llama to develop custom reporting and data analytics applications.
 
-- 
GitLab