Upload folder using huggingface_hub
Browse files
README.md
CHANGED
@@ -11,3 +11,9 @@ To try out the example of the code by running the following commands:
|
|
11 |
```bash
|
12 |
uv run https://huggingface.co/gagan3012/batch_invariant_kernel/resolve/main/readme_example.py
|
13 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
```bash
|
12 |
uv run https://huggingface.co/gagan3012/batch_invariant_kernel/resolve/main/readme_example.py
|
13 |
```
|
14 |
+
|
15 |
+
## Credits
|
16 |
+
|
17 |
+
Work here is based on the following repositories:
|
18 |
+
|
19 |
+
- [Batch Invariant Kernel](https://github.com/thinking-machines-lab/batch_invariant_ops) by [Thinking Machines Lab](https://thinkingmachines.ai/blog/defeating-nondeterminism-in-llm-inference/)
|