kishizaki-sci commited on
Commit
f8621d3
·
verified ·
1 Parent(s): 363416c

Update llama4_inference.ipynb

Browse files
Files changed (1) hide show
  1. llama4_inference.ipynb +1 -1
llama4_inference.ipynb CHANGED
@@ -6,7 +6,7 @@
6
  "metadata": {},
7
  "source": [
8
  "```bash\n",
9
- "git clone https://github.com/kIshizaki-sci/AutoAWQ.git\n",
10
  "pip install -U transformers\n",
11
  "pip install -e ./AutoAWQ\n",
12
  "```"
 
6
  "metadata": {},
7
  "source": [
8
  "```bash\n",
9
+ "git clone -b llama4 https://github.com/kIshizaki-sci/AutoAWQ.git\n",
10
  "pip install -U transformers\n",
11
  "pip install -e ./AutoAWQ\n",
12
  "```"