Skip to content

Commit 095f7a5

Browse files
authored
Merge pull request #744 from jbn/patch-1
FIX missing closing quote in README example
2 parents f63abb5 + 57cfbcb commit 095f7a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ python setup.py install
3838
```python
3939
from transformers import AutoModelForCausalLM
4040
model = AutoModelForCausalLM.from_pretrained(
41-
'decapoda-research/llama-7b-hf,
41+
'decapoda-research/llama-7b-hf',
4242
device_map='auto',
4343
load_in_8bit=True,
4444
max_memory=f'{int(torch.cuda.mem_get_info()[0]/1024**3)-2}GB')

0 commit comments

Comments
 (0)