Skip to content

Commit ef58811

Browse files
docs: add note about requiring actual model file
Added clarification that users need an actual .tflite/.h5/.onnx/.keras model file, not just the placeholder path.
1 parent afa4c2e commit ef58811

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ edgeflow --help
7878

7979
Create a file `my_config.ef` in the project root directory:
8080

81+
> **Note:** You'll need an actual TensorFlow Lite model file (`.tflite`). You can also use `.h5`, `.onnx`, or `.keras` format models.
82+
8183
```
8284
model = "path/to/your/model.tflite"
8385
output = "optimized_model.tflite"
@@ -254,4 +256,4 @@ See [CONTRIBUTING.md](CONTRIBUTING.md) for detailed guidelines on how to contrib
254256
This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details.
255257

256258
## Security Notes
257-
This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details.
259+
This project is licensed under the Apache License 2.0 - see the [LICENSE](LICENSE) file for details.

0 commit comments

Comments
 (0)