gagan3012 commited on
Commit
c6f5d1a
·
verified ·
1 Parent(s): 7632bdc

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +6 -0
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/)