@@ -29,49 +29,49 @@ Select your operating system/compute platform and run the command in your termin
29
29
.. code-block :: bash
30
30
31
31
conda activate your-environment
32
- python3 -m pip install --pre --force-reinstall -f https://mlc.ai/wheels mlc-chat-nightly mlc-ai-nightly
32
+ python3 -m pip install --pre -U -f https://mlc.ai/wheels mlc-chat-nightly mlc-ai-nightly
33
33
34
34
.. tab :: CUDA 11.7
35
35
36
36
.. code-block :: bash
37
37
38
38
conda activate your-environment
39
- python3 -m pip install --pre --force-reinstall -f https://mlc.ai/wheels mlc-chat-nightly-cu117 mlc-ai-nightly-cu117
39
+ python3 -m pip install --pre -U -f https://mlc.ai/wheels mlc-chat-nightly-cu117 mlc-ai-nightly-cu117
40
40
41
41
.. tab :: CUDA 11.8
42
42
43
43
.. code-block :: bash
44
44
45
45
conda activate your-environment
46
- python3 -m pip install --pre --force-reinstall -f https://mlc.ai/wheels mlc-chat-nightly-cu118 mlc-ai-nightly-cu118
46
+ python3 -m pip install --pre -U -f https://mlc.ai/wheels mlc-chat-nightly-cu118 mlc-ai-nightly-cu118
47
47
48
48
.. tab :: CUDA 12.1
49
49
50
50
.. code-block :: bash
51
51
52
52
conda activate your-environment
53
- python3 -m pip install --pre --force-reinstall -f https://mlc.ai/wheels mlc-chat-nightly-cu121 mlc-ai-nightly-cu121
53
+ python3 -m pip install --pre -U -f https://mlc.ai/wheels mlc-chat-nightly-cu121 mlc-ai-nightly-cu121
54
54
55
55
.. tab :: CUDA 12.2
56
56
57
57
.. code-block :: bash
58
58
59
59
conda activate your-environment
60
- python3 -m pip install --pre --force-reinstall -f https://mlc.ai/wheels mlc-chat-nightly-cu122 mlc-ai-nightly-cu122
60
+ python3 -m pip install --pre -U -f https://mlc.ai/wheels mlc-chat-nightly-cu122 mlc-ai-nightly-cu122
61
61
62
62
.. tab :: ROCm 5.6
63
63
64
64
.. code-block :: bash
65
65
66
66
conda activate your-environment
67
- python3 -m pip install --pre --force-reinstall -f https://mlc.ai/wheels mlc-chat-nightly-rocm56 mlc-ai-nightly-rocm56
67
+ python3 -m pip install --pre -U -f https://mlc.ai/wheels mlc-chat-nightly-rocm56 mlc-ai-nightly-rocm56
68
68
69
69
.. tab :: ROCm 5.7
70
70
71
71
.. code-block :: bash
72
72
73
73
conda activate your-environment
74
- python3 -m pip install --pre --force-reinstall -f https://mlc.ai/wheels mlc-chat-nightly-rocm57 mlc-ai-nightly-rocm57
74
+ python3 -m pip install --pre -U -f https://mlc.ai/wheels mlc-chat-nightly-rocm57 mlc-ai-nightly-rocm57
75
75
76
76
.. tab :: Vulkan
77
77
@@ -94,7 +94,7 @@ Select your operating system/compute platform and run the command in your termin
94
94
.. code-block :: bash
95
95
96
96
conda activate your-environment
97
- python3 -m pip install --pre --force-reinstall -f https://mlc.ai/wheels mlc-chat-nightly mlc-ai-nightly
97
+ python3 -m pip install --pre -U -f https://mlc.ai/wheels mlc-chat-nightly mlc-ai-nightly
98
98
99
99
.. note ::
100
100
@@ -115,7 +115,7 @@ Select your operating system/compute platform and run the command in your termin
115
115
.. code-block :: bash
116
116
117
117
conda activate your-environment
118
- python3 -m pip install --pre --force-reinstall -f https://mlc.ai/wheels mlc-chat-nightly mlc-ai-nightly
118
+ python3 -m pip install --pre -U -f https://mlc.ai/wheels mlc-chat-nightly mlc-ai-nightly
119
119
120
120
.. note ::
121
121
If encountering the error below:
0 commit comments