File tree Expand file tree Collapse file tree 3 files changed +10
-16
lines changed
installation_instructions Expand file tree Collapse file tree 3 files changed +10
-16
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,8 @@ To be released at some point in the future
1414Description
1515
1616- Implement workaround for Tensorflow that allows RedisAI to build with GCC-14
17- - Add instructions for installing SmartSim on PML's Scylla
17+ - Add installation instructions for airgapped machines
18+ - Add installation instructions for PML's Scylla
1819- Fix typos in documentation
1920
2021Detailed Notes
@@ -26,6 +27,11 @@ Detailed Notes
2627 Future versions of Tensorflow may fix this problem, but for now this seems to be
2728 the best workaround.
2829 ([ SmartSim-PR738] ( https://github.com/CrayLabs/SmartSim/pull/738 ) )
30+ - Update install notes and documentation for custom backends
31+ - Update/reorganize the install instructions to include a split between advanced
32+ install notes and instructions for specific platforms. Additionally, add
33+ instructions for machines which do not have access to the internet.
34+ ([ SmartSim-PR749] ( https://github.com/CrayLabs/SmartSim/pull/749 ) )
2935- PML's Scylla is still under development. The usual SmartSim
3036 build instructions do not apply because the GPU dependencies
3137 have yet to be installed at a system-wide level. Scylla has
Original file line number Diff line number Diff line change 1212
1313 overview
1414 installation_instructions/basic
15+ installation_instructions/install_notes
1516 installation_instructions/platform
1617 contributing
1718 smartsim_zoo
Original file line number Diff line number Diff line change 1- .. _install-notes :
2-
3- General Installation Notes
4- ==========================
5-
6- SmartSim has been installed on a variety of systems and our users often have
7- different build environments and toolchains. The following two sections detail
8- some common situations and how to setup and modify your build environment:
9-
10- .. include :: platform/generic.rst
11-
12- .. include :: platform/nonroot-linux.rst
13-
14- Installation guides for specific platforms
15- ==========================================
1+ Platform Install Guide
2+ ======================
163
174HPC platforms have specific modules that users can often use so they do not
185need to retrieve all of the build dependencies themselves. Some machines
You can’t perform that action at this time.
0 commit comments