remiconnesson

Results 5 issues of remiconnesson

## Bug Description block scoping works differently in Pythonand in Mojo, the variable declared inside the loop is available in Python but not - expected behavior: valid python code should...

bug
mojo-lang
mojo

## Expected Behaviour `arkade install kafka` ## Current Behaviour ``` VALUES values.yaml Command: /home/remi/.arkade/bin/helm [upgrade --install cp-helm-charts confluentinc/cp-helm-charts --namespace --values /tmp/charts/cp-helm-charts/values.yaml --set cp-zookeeper.servers=1 --set cp-kafka.enabled=true --set cp-schema-registry.enabled=false --set cp-kafka-rest.enabled=false --set...

the snippet from the video https://www.youtube.com/watch?v=JjgqOZ2v5oU ```python from llmware.prompts import Prompt model_name = "llmware/bling-1b-0.1" prompter = Prompt().load_model(model_name, from_hf=True) ``` yields ``` config.json: 100%|██████████| 2.27k/2.27k [00:00 766 model = HFGenerativeModel(model, tokenizer,...

![image](https://github.com/Chainlit/chainlit/assets/28846642/e5385609-f0e3-4683-a8cb-9c0818a64c86) - CTRL-C doesn't work - Sending SIGTERM doesn't work - Only SIGKIFF works os: wsl2

bug

### Describe the issue as clearly as possible: The reproduction file load Mixtral quantized with AQLM (this runs on a T4 on collab here : https://colab.research.google.com/drive/119c0tcRWKScoatfIYfKrEdEo8rHe_vE7) When using outlines to...

bug