tim1900 commited on
Commit
0819fed
·
verified ·
1 Parent(s): 8c3b65c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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="/data/goodmodel"
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",