matsuobasho

Results 16 issues of matsuobasho

Posted this originally on the examples repo but more visibility here and others may run into same issue. I run the web search example using an open-source model via a...

I was running the trip planner with a local LM and got the following output: ``` > Finished chain. Task output: Agent stopped due to max iterations. ######################## ## Here...

### Describe the issue I'm running the first example from the RAG tutorial [here](https://microsoft.github.io/autogen/blog/2023/10/18/RetrieveChat), using open-source models via LMStudio. Here is what I get when I run with Mistral Insruct...

rag
alt-models

### Describe the issue One powerful feature of Autogen is the ability to assign different agents to use specific LMs. Is there a way to run multiple local LMs simultaneously?...

llm
alt-models

https://github.com/joaomdmoura/crewAI/blob/main/src/crewai/utilities/i18n.py needs docstrings. I can perhaps try tackling this once I get a handle on what's going on, so help appreciated. I understand it's about internationalization settings (based on the...

question

I was reviewing the source code for `agent` and have a question about the `check_agent_executor` [function](https://github.com/joaomdmoura/crewAI/blob/main/src/crewai/agent.py#L120). The type of the return is `"Agent"`. If that's an agent class, then shouldn't...

question

### Describe the bug ``` Traceback (most recent call last): File "finetune.py", line 103, in main(args) File "finetune.py", line 45, in main data_tokenized = data.map(partial(funcs.tokenize_function, tokenizer, File "/opt/conda/envs/ptca/lib/python3.8/site-packages/datasets/dataset_dict.py", line 868,...

I'm running the following from the example: ``` from azureml.core import Workspace from azureml.core.experiment import Experiment from azureml.core.environment import Environment from azureml.core.conda_dependencies import CondaDependencies from azureml.core import ScriptRunConfig, Experiment ws...

### Describe your suggestion I am following [this ](https://github.com/Azure/azureml-examples/blob/main/cli/foundation-models/system/finetune/text-generation/text-generation-pipeline.yml) example of a text generation pipeline for finetuning. I see from the [yaml api](https://github.com/Azure/azureml-assets/blob/main/assets/training/finetune_acft_hf_nlp/components/pipeline_components/text_generation/README.md) that there is an evaluation config parameters...

enhancement

**Is your feature request related to a problem? Please describe.** Without prior knowledge, the `racking_model` and the `module_type` parameters are not properly explained, especially with respect to how their combination...