Ilya Lasy

Results 8 issues of Ilya Lasy

Let's say I'm running following query from example: ``` SELECT * FROM cypher('graph_name', $$ WITH [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10] as lst RETURN lst...

enhancement

Hey, are list comprehensions supported in AGE? Using syntax from Neo4j doesnt seem to work, simple example: ``` SELECT * FROM cypher('g1', $$ MATCH (v) RETURN [x in v.array_field] $$)...

enhancement
help wanted
question

Hi, thank you for your work! I downloaded pretrained weights ("rl_22-02-07_16-26-48.pth") and then i ran: ``` from alphastarmini.core.rl import rl_vs_inner_bot_mp rl_vs_inner_bot_mp.test(on_server=P.on_server, replay_path=P.replay_path) ``` Unfortunately, agent is only building probes, and...

Hi, is it possible to have access to original training code of MarkupLM (CommonCrawl preprocess, tags masking, etc.) ?

Hello, thank you for your work! I wonder if you are interested in implementing your model in popular framework: [torch-geometric](https://github.com/pyg-team/pytorch_geometric)? Would be very helpful, thank you!

When I use device.open(), device inputs are not accessible on any application other than my script code. How can I fix that? Platform: macOS (ARM)

Hi, having latest versions of pipeline-ai and vllm: ``` requirements: - pipeline-ai==2.6.2 - vllm==0.5.4 ``` results in dependency conflict over pydantic: ``` Pipeline 14:40:59 - [INFO]: The conflict is caused...

Hi there! vllm supports [bitsandbytes quantization](https://docs.vllm.ai/en/latest/quantization/bnb.html), but there is no bitsandbytes dependency in [requirements.txt](https://github.com/runpod-workers/worker-vllm/blob/main/builder/requirements.txt). Is there any plans to fix that?