From 801e89f8e30a771ebf58f27f69de20e8ba4770db Mon Sep 17 00:00:00 2001 From: Grigori Fursin Date: Sat, 24 Feb 2024 18:03:01 +0100 Subject: [PATCH] fixed some links --- cm-mlops/script/gui/playground_scripts.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/cm-mlops/script/gui/playground_scripts.py b/cm-mlops/script/gui/playground_scripts.py index 370045e117..a3bc935038 100644 --- a/cm-mlops/script/gui/playground_scripts.py +++ b/cm-mlops/script/gui/playground_scripts.py @@ -37,10 +37,9 @@ def page(st, params): x = ''' - Collective Mind is a collection of portable, extensible and ready-to-use - automation recipes from MLCommons (aka CM scripts) with a human-friendly interface - and minimal dependencies to make it easier to compose, benchmark and optimize complex AI, ML and other applications - and systems across diverse and continuously changing models, data sets, software and hardware. + Collective Mind is a collection of open-source, portable, extensible and ready-to-use + automation scripts with a human-friendly interface and minimal dependencies to make it easier to compose, benchmark and optimize + complex AI, ML and other applications and systems across diverse and continuously changing models, data sets, software and hardware. Note that this is a collaborative engineering effort to make sure that they work across all possible versions and configurations - please report encountered issues and provide feedback @@ -212,7 +211,7 @@ def page(st, params): url_gui = url_prefix_script+'&name='+alias+','+uid+'&gui=true' - z = '* ***Check [source code]({}) at GitHub.***\n'.format(url) + z = '* ***Check [open source code (Apache 2.0 license)]({}) at GitHub.***\n'.format(url) z += '* ***Check [detailed auto-generated README on GitHub]({}).***\n'.format(url_readme) z += '* ***Check [experimental GUI]({}) to run this script.***\n'.format(url_gui) z += '---\n'