eanson
eanson
me too,my echarts version is 4.9.0
我之前几个都行 但是感觉一张页面同时创了多个Validator就不好使了 有几个可以 有些不行 不知道为啥 ..
Hi Ying156209, I have a question to ask you, how does Blender render and export the eps file to achieve the effect in the paper
我就是用的文档的sql结果少包..
Still looking forward to it...
```bash Traceback (most recent call last): File "/mnt/cfs/eansonyan/llm_call/main_new.py", line 691, in model_engine = deepspeed.init_inference( File "/opt/conda/lib/python3.10/site-packages/deepspeed/__init__.py", line 346, in init_inference engine = InferenceEngine(model, config=ds_inference_config) File "/opt/conda/lib/python3.10/site-packages/deepspeed/inference/engine.py", line 158, in __init__...
torch 2.2 without falsh-attn
absl-py 2.1.0 aiofiles 23.2.1 aiohappyeyeballs 2.6.1 aiohttp 3.12.15 aiosignal 1.4.0 annotated-types 0.7.0 anyio 4.9.0 async-timeout 5.0.1 attrs 25.3.0 beautifulsoup4 4.13.3 blinker 1.9.0 blis 1.3.0 blobfile 3.0.0 catalogue 2.0.10 certifi 2025.1.31...
Oh, maybe it’s because I didn’t install flash-attn. I used the following code to avoid tensor nan. ```python class ModernBertModelWrapper(nn.Module): def __init__(self, bert_version, max_length=120): super(ModernBertModelWrapper, self).__init__() torch.backends.cuda.enable_flash_sdp(False) torch.backends.cuda.enable_mem_efficient_sdp(False) torch.backends.cuda.enable_math_sdp(True) #...