mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 19:44:57 -05:00
chore: lowercase for filenames
This commit is contained in:
committed by
Benoit Chevallier
parent
6b3adc217f
commit
bdb1140bee
@@ -125,7 +125,7 @@ Let's take a closer look at the transforms we perform today.
|
||||
### Fusing floating point operations
|
||||
|
||||
We decided to allocate a whole new chapter to explain float fusing.
|
||||
You can find it [here](./FLOAT-FUSING.md).
|
||||
You can find it [here](./float-fusing.md).
|
||||
|
||||
## Bounds measurement
|
||||
|
||||
@@ -212,7 +212,7 @@ Assigned Data Types:
|
||||
|
||||
## MLIR conversion
|
||||
|
||||
The actual compilation will be done by the **Concrete** compiler, which is expecting an MLIR input. The MLIR conversion goes from an operation graph to its MLIR equivalent. You can read more about it [here](./MLIR.md)
|
||||
The actual compilation will be done by the **Concrete** compiler, which is expecting an MLIR input. The MLIR conversion goes from an operation graph to its MLIR equivalent. You can read more about it [here](./mlir.md)
|
||||
|
||||
## Example walkthrough #1
|
||||
|
||||
@@ -4,8 +4,8 @@ Explanations
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
COMPILATION.md
|
||||
TERMINOLOGY_AND_STRUCTURE.md
|
||||
FLOAT-FUSING.md
|
||||
MLIR.md
|
||||
QUANTIZATION.md
|
||||
compilation.md
|
||||
terminology_and_structure.md
|
||||
float-fusing.md
|
||||
mlir.md
|
||||
quantization.md
|
||||
|
||||
@@ -4,8 +4,8 @@ How To
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
|
||||
PROJECT_SETUP.md
|
||||
DOCKER.md
|
||||
DOCUMENTING.md
|
||||
RELEASING.md
|
||||
CONTRIBUTING.md
|
||||
project_setup.md
|
||||
docker.md
|
||||
documenting.md
|
||||
releasing.md
|
||||
contributing.md
|
||||
|
||||
@@ -5,7 +5,7 @@ FIXME(Arthur): to check what needs to be updated here
|
||||
# Project Setup
|
||||
|
||||
```{note}
|
||||
You will need Zama's specific environment with zamalang module to have the project fully functional. It is currently only delivered via the docker image (see the [docker](./DOCKER.md) guide).
|
||||
You will need Zama's specific environment with zamalang module to have the project fully functional. It is currently only delivered via the docker image (see the [docker](./docker.md) guide).
|
||||
```
|
||||
|
||||
## Installing Python v3.8
|
||||
Reference in New Issue
Block a user