Skip to content

Commit

Permalink
improve formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
4imothy committed Sep 13, 2024
1 parent a69b6f3 commit 95847e5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 21 deletions.
19 changes: 10 additions & 9 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,16 @@ chosen by the user.
|doc|_ |repo|_

Installation
------------

**Default Implementations:** *pip install* |pkg_name|

**Custom Implementations:**
1. Download the source code
2. Create an implementation with the operations defined in |custom|_
3. If needed, configure the build process with |custom_cmake|_
4. ``pip install <path to source code>``
""""""""""""
**Built-In Implementations**
1. Wheel: *pip install* |pkg_name|
2. From Source (improves acceleration platform finding): *pip install* |pkg_name| *--no-binary :all:*

**Custom Implementations**
1. Download the source code
2. Create an implementation with the operations defined in |custom|_
3. If needed, configure the build process with |custom_cmake|_
4. ``pip install <path to source code>``

The framework currently features two methods for algorithmic swapping. `swap_backend`
which swaps every module type of a *DNN* returning an object completely managed
Expand Down
21 changes: 9 additions & 12 deletions docs/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,13 @@ chosen by the user.
|doc|_ |repo|_

Installation
------------
""""""""""""
**Built-In Implementations**
1. Wheel: *pip install* |pkg_name|
2. From Source (improves acceleration platform finding): *pip install* |pkg_name| *--no-binary :all:*

Default Implementations
'''''''''''''''''''''''
1. **Wheel Installation:** *pip install* |pkg_name|
2. **From Source (improves acceleration platform finding):** *pip install* |pkg_name| *--no-binary :all:*

Custom Implementations:
'''''''''''''''''''''''
1. Download the source code
2. Create an implementation with the operations defined in |custom|_
3. If needed, configure the build process with |custom_cmake|_
4. ``pip install <path to source code>``
**Custom Implementations**
1. Download the source code
2. Create an implementation with the operations defined in |custom|_
3. If needed, configure the build process with |custom_cmake|_
4. ``pip install <path to source code>``

0 comments on commit 95847e5

Please sign in to comment.