From 3e328cf10775117b032901ba6698e92b371aa90b Mon Sep 17 00:00:00 2001 From: Jason Dai Date: Mon, 1 Apr 2024 21:10:04 +0800 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cf3bd08fae3..0203774465f 100644 --- a/README.md +++ b/README.md @@ -239,7 +239,7 @@ Trainer(use_ipex=True, precision='bf16', num_processes=2).train() -*See Nano [user guide](https://bigdl.readthedocs.io/en/latest/doc/Nano/Overview/nano.html) and [tutotial](https://github.com/intel-analytics/BigDL/tree/main/python/nano/tutorial) for more details.* +*See Nano [user guide](https://bigdl.readthedocs.io/en/latest/doc/Nano/Overview/nano.html) and [tutotial](https://github.com/intel-analytics/BigDL-2.x/tree/main/python/nano/tutorial) for more details.* ### DLlib @@ -371,19 +371,19 @@ pred = tsppl.predict(tsdata_test) ### Friesian The *Friesian* library makes it easy to build end-to-end, large-scale **recommedation system** (including *offline* feature transformation and traning, *near-line* feature and model update, and *online* serving pipeline). -*See Freisian [readme](https://github.com/intel-analytics/BigDL/blob/main/python/friesian/README.md) for more details.* +*See Freisian [readme](https://github.com/intel-analytics/BigDL-2.x/blob/main/python/friesian/README.md) for more details.* ### PPML *BigDL PPML* provides a **hardware (Intel SGX) protected** *Trusted Cluster Environment* for running distributed Big Data & AI applications (in a secure fashion on private or public cloud). -*See PPML [user guide](https://bigdl.readthedocs.io/en/latest/doc/PPML/Overview/ppml.html) and [tutorial](https://github.com/intel-analytics/BigDL/blob/main/ppml/README.md) for more details.* +*See PPML [user guide](https://bigdl.readthedocs.io/en/latest/doc/PPML/Overview/ppml.html) and [tutorial](https://github.com/intel-analytics/BigDL-2.x/blob/main/ppml/README.md) for more details.* ## Getting Support - [Mail List](mailto:bigdl-user-group+subscribe@googlegroups.com) - [User Group](https://groups.google.com/forum/#!forum/bigdl-user-group) -- [Github Issues](https://github.com/intel-analytics/BigDL/issues) +- [Github Issues](https://github.com/intel-analytics/BigDL-2.x/issues) --- ## Citation