Chen Zi

Results 40 comments of Chen Zi

repository: apache/airflow tag: 2.2.5-python3.8 pullPolicy: IfNotPresent

> the problem is that something is causing `apache-airflow==2.3.2` to be installed (the current latest), are you requiring an `apache-airflow` version in your `iconfig` package? > > (Test it yourself...

> @chengzi0103 to clarify what are the `install_requires` in your `iconfig` package, are you saying its `alembic`, if so what version? i have checked . my iconfig pkg list: click...

> @chengzi0103 are you 100% sure that you are using `apache/airflow:2.2.5-python3.8` as your base image? > > Because you must be using airflow 2.3.X to get the error you list:...

@thesuperzapper Okay, what I'm sure about is that the problem is on alembic. We have our own set of package versions, which conflict with some packages that come with airflow....

> **Describe the bug** [ray](https://github.com/ray-project/ray) crashes when invoked with scalene > > **To Reproduce** Steps to reproduce the behavior: Run the following code with scalene > > ```python > import...

我也遇到这个问题了 不知道是不是显卡的问题 我的是2080ti * 2

我想我大概找到问题了,是vllm的版本的问题 当你使用最新的vllm的时候,就会出现这个问题,但是如果你使用官方dockerfile给的vllm==0.3.0的版本,则会出现 ~~~ alueError: Model architectures ['Qwen2MoeForCausalLM'] are not supported for now. Supported architectures: ['AquilaModel', 'AquilaForCausalLM', 'BaiChuanForCausalLM', 'BaichuanForCausalLM', 'BloomForCausalLM', 'ChatGLMModel', 'ChatGLMForConditionalGeneration', 'DeciLMForCausalLM', 'DeepseekForCausalLM', 'FalconForCausalLM', 'GPT2LMHeadModel', 'GPTBigCodeForCausalLM', 'GPTJForCausalLM', 'GPTNeoXForCausalLM', 'InternLMForCausalLM', 'InternLM2ForCausalLM',...