mansaripo dbroeglin commited on
Commit
36c8187
·
verified ·
1 Parent(s): abbfaae

Changed model name to Apertus-8B-Instruct-2509 (#1)

Browse files

- Changed model name to Apertus-8B-Instruct-2509 (1da65a04f5746068d6c1e6f83af935d4da28a4b7)


Co-authored-by: Dominique Broeglin <[email protected]>

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