You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed this into a Python 3.8.0 Conda environment. with the "pip install - e ." -commands. Now, when I try to run it, I only get these lines:
(DeepSeekVL) C:\Users\Troc\DeepSeek-VL>python deepseek_vl/serve/app_deepseek.py
Special tokens have been added in the vocabulary, make sure the associated word embeddings are fine-tuned or trained.
Loading checkpoint shards: 0%| | 0/3 [00:00<?, ?it/s]
After that, the process just quits with zero explanation. The only sign that something happened is a slight bump in RAM usage. Did I do something incorrectly?
The text was updated successfully, but these errors were encountered:
I installed this into a Python 3.8.0 Conda environment. with the "pip install - e ." -commands. Now, when I try to run it, I only get these lines:
After that, the process just quits with zero explanation. The only sign that something happened is a slight bump in RAM usage. Did I do something incorrectly?
The text was updated successfully, but these errors were encountered: