Update README.md
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ Run the following:
|
|
14 |
```python
|
15 |
import torch
|
16 |
from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline
|
17 |
-
m_path="/
|
18 |
model = AutoModelForCausalLM.from_pretrained(
|
19 |
m_path,
|
20 |
device_map="cuda",
|
|
|
14 |
```python
|
15 |
import torch
|
16 |
from transformers import AutoModelForCausalLM, AutoTokenizer, pipeline
|
17 |
+
m_path="tim1900/cvx-coder"
|
18 |
model = AutoModelForCausalLM.from_pretrained(
|
19 |
m_path,
|
20 |
device_map="cuda",
|