Skip to content

Commit

Permalink
4bit/llava-v1.5-13b-3GB
Browse files Browse the repository at this point in the history
  • Loading branch information
camenduru authored Oct 14, 2023
1 parent 713adbf commit 59c9646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LLaVA_13b_4bit_colab.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
" '--controller', 'http://localhost:10000',\n",
" '--port', '40000',\n",
" '--worker', 'http://localhost:40000',\n",
" '--model-path', 'liuhaotian/llava-v1.5-13b-shard3gb',\n",
" '--model-path', '4bit/llava-v1.5-13b-3GB',\n",
" '--load-4bit'\n",
"]\n",
"threading.Thread(target=lambda: subprocess.run(command, check=True, shell=False), daemon=True).start()"
Expand Down

0 comments on commit 59c9646

Please sign in to comment.