From de439ff6a1becc6bde114b08637fdb8b29b3d84d Mon Sep 17 00:00:00 2001 From: Arthur Meyre Date: Wed, 10 Dec 2025 14:07:56 +0100 Subject: [PATCH] chore: fix repo name in hpu README --- backends/tfhe-hpu-backend/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backends/tfhe-hpu-backend/README.md b/backends/tfhe-hpu-backend/README.md index c0adb52b7..d5bf09bdd 100644 --- a/backends/tfhe-hpu-backend/README.md +++ b/backends/tfhe-hpu-backend/README.md @@ -201,7 +201,7 @@ There are some example applications already available in `tfhe/examples/hpu`: * hpu_hlapi: Depict the used of HPU device through HighLevelApi. * hpu_bench: Depict the used of HPU device through Integer abstraction level. -In order to run those applications on hardware, user must build from the project root (i.e `tfhe-rs-internal`) with `hpu-v80` features: +In order to run those applications on hardware, user must build from the project root (i.e `tfhe-rs`) with `hpu-v80` features: > NB: Running examples required to have correctly pulled the `.hpu` files. Those files, due to their size, are backed by git-lfs and disabled by default. > In order to retrieve them, run the following command from **TFHE-rs** root folder: