LG-AI-EXAONE commited on
Commit
04a56cc
·
1 Parent(s): 58d6616

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -490,7 +490,7 @@ You can install the requirements by running the following commands:
490
 
491
  ```bash
492
  uv pip install git+https://github.com/lkm2835/vllm.git@add-exaone4_5
493
- uv pip install git+https://github.com/nuxlear/transformers.git@add-exaone4_5
494
  ```
495
 
496
  After you install the vLLM, you can launch the server with the following code snippet. You can remove unnecessary arguments from the snippet.
@@ -522,7 +522,7 @@ You can install the requirements by running the following commands:
522
 
523
  ```bash
524
  uv pip install 'git+https://github.com/lkm2835/sglang.git@add-exaone4_5#subdirectory=python&egg=sglang[all]'
525
- uv pip install git+https://github.com/nuxlear/transformers.git@add-exaone4_5
526
  ```
527
 
528
  After you install the SGLang, you can launch the server with the following code snippet. You can remove unnecessary arguments from the snippet.
 
490
 
491
  ```bash
492
  uv pip install git+https://github.com/lkm2835/vllm.git@add-exaone4_5
493
+ uv pip install git+https://github.com/nuxlear/transformers.git@add-exaone4_5-v5.3.0.dev0
494
  ```
495
 
496
  After you install the vLLM, you can launch the server with the following code snippet. You can remove unnecessary arguments from the snippet.
 
522
 
523
  ```bash
524
  uv pip install 'git+https://github.com/lkm2835/sglang.git@add-exaone4_5#subdirectory=python&egg=sglang[all]'
525
+ uv pip install git+https://github.com/nuxlear/transformers.git@add-exaone4_5-v5.3.0.dev0
526
  ```
527
 
528
  After you install the SGLang, you can launch the server with the following code snippet. You can remove unnecessary arguments from the snippet.