dbroeglin commited on
Commit
1da65a0
·
verified ·
1 Parent(s): abbfaae

Changed model name to Apertus-8B-Instruct-2509

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -59,7 +59,7 @@ pip install -U transformers
59
  ```python
60
  from transformers import AutoModelForCausalLM, AutoTokenizer
61
 
62
- model_name = "swiss-ai/Apertus-70B-Instruct-2509"
63
  device = "cuda" # for GPU usage or "cpu" for CPU usage
64
 
65
  # load the tokenizer and the model
 
59
  ```python
60
  from transformers import AutoModelForCausalLM, AutoTokenizer
61
 
62
+ model_name = "swiss-ai/Apertus-8B-Instruct-2509"
63
  device = "cuda" # for GPU usage or "cpu" for CPU usage
64
 
65
  # load the tokenizer and the model