zackli4ai commited on
Commit
850d1cd
·
verified ·
1 Parent(s): 6e73534

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
README.md CHANGED
@@ -29,13 +29,16 @@ It supports a 32K context window and multilingual inputs across more than 140 la
29
 
30
  ---
31
  ## How to use
 
32
  ### 1) Install Nexa-SDK
33
- Download and follow the steps under "Deploy Section" Nexa's model page: [Download Windows SDK](https://sdk.nexa.ai/model/SDXL-Base)
 
34
  ### 2) Get an access token
35
  Create a token in the Model Hub, then log in:
36
  ```bash
37
  nexa config set license '<access_token>'
38
  ```
 
39
  ### 3) Run the model
40
  Running:
41
  ```bash
 
29
 
30
  ---
31
  ## How to use
32
+
33
  ### 1) Install Nexa-SDK
34
+ Download and follow the steps under "Deploy Section" Nexa's model page: [Download Windows SDK](https://sdk.nexa.ai/model/SDXL-Base)
35
+
36
  ### 2) Get an access token
37
  Create a token in the Model Hub, then log in:
38
  ```bash
39
  nexa config set license '<access_token>'
40
  ```
41
+
42
  ### 3) Run the model
43
  Running:
44
  ```bash