chanderbalaji commited on
Commit
5c0026a
·
verified ·
1 Parent(s): f800a92

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -23,7 +23,7 @@ This repository contains an MLX-compatible 4-bit version of [`internlm/Intern-S2
23
  python -m mlx_lm generate \
24
  --model <namespace>/Intern-S2-Preview-FP8-MLX-4bit \
25
  --trust-remote-code \
26
- --prompt "Explain superconductivity in one paragraph." \
27
  --max-tokens 4096
28
  ```
29
 
@@ -33,7 +33,7 @@ For a local checkout:
33
  python -m mlx_lm generate \
34
  --model /path/to/Intern-S2-Preview-FP8-MLX-4bit \
35
  --trust-remote-code \
36
- --prompt "Explain superconductivity in one paragraph." \
37
  --max-tokens 4096
38
  ```
39
 
@@ -49,7 +49,7 @@ Command:
49
  python -m mlx_lm generate \
50
  --model /path/to/Intern-S2-Preview-FP8-MLX-4bit \
51
  --trust-remote-code \
52
- --prompt "Explain superconductivity in one paragraph." \
53
  --max-tokens 4096
54
  ```
55
 
@@ -71,7 +71,7 @@ Command:
71
  python -m mlx_lm generate \
72
  --model /path/to/Intern-S2-Preview-FP8-MLX-4bit \
73
  --trust-remote-code \
74
- --prompt "Do not show reasoning, analysis, thinking process, scratchpad, or <think> text. Output only the final answer. Explain superconductivity in one paragraph." \
75
  --max-tokens 4096
76
  ```
77
 
 
23
  python -m mlx_lm generate \
24
  --model <namespace>/Intern-S2-Preview-FP8-MLX-4bit \
25
  --trust-remote-code \
26
+ --prompt "Write a concise response to your prompt here." \
27
  --max-tokens 4096
28
  ```
29
 
 
33
  python -m mlx_lm generate \
34
  --model /path/to/Intern-S2-Preview-FP8-MLX-4bit \
35
  --trust-remote-code \
36
+ --prompt "Write a concise response to your prompt here." \
37
  --max-tokens 4096
38
  ```
39
 
 
49
  python -m mlx_lm generate \
50
  --model /path/to/Intern-S2-Preview-FP8-MLX-4bit \
51
  --trust-remote-code \
52
+ --prompt "Write a concise response to your prompt here." \
53
  --max-tokens 4096
54
  ```
55
 
 
71
  python -m mlx_lm generate \
72
  --model /path/to/Intern-S2-Preview-FP8-MLX-4bit \
73
  --trust-remote-code \
74
+ --prompt "Do not show reasoning, analysis, thinking process, scratchpad, or <think> text. Output only the final answer. Write a concise response to your prompt here." \
75
  --max-tokens 4096
76
  ```
77