helloollel commited on
Commit
521df1e
1 Parent(s): 93e3080

Upload vicuna.ipynb

Browse files
Files changed (1) hide show
  1. vicuna.ipynb +2 -2
vicuna.ipynb CHANGED
@@ -32,7 +32,7 @@
32
  "metadata": {},
33
  "outputs": [],
34
  "source": [
35
- "!git clone https://huggingface.co/helloollel/vicuna-13b"
36
  ]
37
  },
38
  {
@@ -42,7 +42,7 @@
42
  "metadata": {},
43
  "outputs": [],
44
  "source": [
45
- "!python3 -m fastchat.serve.cli --model-name ./vicuna-13b"
46
  ]
47
  }
48
  ],
 
32
  "metadata": {},
33
  "outputs": [],
34
  "source": [
35
+ "#!git clone https://huggingface.co/helloollel/vicuna-13b"
36
  ]
37
  },
38
  {
 
42
  "metadata": {},
43
  "outputs": [],
44
  "source": [
45
+ "!python3 -m fastchat.serve.cli --model-name ./vicuna-7b"
46
  ]
47
  }
48
  ],