Yehor commited on
Commit
9b5bef2
·
verified ·
1 Parent(s): 4cc556e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -53,7 +53,7 @@ Apptainer> /opt/entrypoints/kulyk --verbose --n-len 1024 --model-path-ue /projec
53
  2. Run it as a webservice:
54
 
55
  ```
56
- apptainer instance run --nv ./kulyk.sif kulyk-ws
57
 
58
  # go to http://localhost:3000
59
  ```
 
53
  2. Run it as a webservice:
54
 
55
  ```
56
+ apptainer instance start --nv ./kulyk.sif kulyk-ws
57
 
58
  # go to http://localhost:3000
59
  ```