Pacific-Prime commited on
Commit
76cb247
·
verified ·
1 Parent(s): 0a549c3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -42,7 +42,7 @@ library_name: transformers
42
 
43
  Use our custom vLLM engine with native I64 support:
44
 
45
- **[vllm-i64](https://github.com/Complexity-ML/vllm-i64)**
46
 
47
  ```bash
48
  git clone https://github.com/Complexity-ML/vllm-i64.git
@@ -76,6 +76,7 @@ print(output[0].outputs[0].text)
76
 
77
  ## Links
78
 
 
79
  - [Complexity-Deep](https://github.com/Complexity-ML/complexity-deep) — Training framework & architecture
80
  - [vllm-i64](https://github.com/Complexity-ML/vllm-i64) — Inference engine for I64 models
81
 
 
42
 
43
  Use our custom vLLM engine with native I64 support:
44
 
45
+ 👉 **[vllm-i64](https://github.com/Complexity-ML/vllm-i64)**
46
 
47
  ```bash
48
  git clone https://github.com/Complexity-ML/vllm-i64.git
 
76
 
77
  ## Links
78
 
79
+ - [Complexity Framework](https://github.com/Complexity-ML/complexity-framework) — ML framework for building & training I64 models
80
  - [Complexity-Deep](https://github.com/Complexity-ML/complexity-deep) — Training framework & architecture
81
  - [vllm-i64](https://github.com/Complexity-ML/vllm-i64) — Inference engine for I64 models
82