Unverified Commit 57cfbcb7 authored by John B Nelson's avatar John B Nelson Committed by GitHub
Browse files

FIX missing closing quote in README example

parent 18e827d6
......@@ -38,7 +38,7 @@ python setup.py install
```python
from transformers import AutoModelForCausalLM
model = AutoModelForCausalLM.from_pretrained(
'decapoda-research/llama-7b-hf,
'decapoda-research/llama-7b-hf',
device_map='auto',
load_in_8bit=True,
max_memory=f'{int(torch.cuda.mem_get_info()[0]/1024**3)-2}GB')
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment