Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »

Welcome to Software Development on Codidact!

Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.

Activity for Franck Dernoncourt‭

Type On... Excerpt Status Date
Comment Post #293621 no body due to https://meta.codidact.com/posts/293622 leaving as such to help debug
(more)
about 18 hours ago
Edit Post #293621 Initial revision about 18 hours ago
Question How can I autocomplete variable names in prompts in Cursor?
E.g., I have a variable name `options`. Then I write a prompt. How can I autocomplete the variable name in prompt in Cursor? (i.e., instead of typing `options`, I want to only type `o` then it'll autocomplete to `options`)
(more)
about 18 hours ago
Edit Post #293616 Post edited:
1 day ago
Edit Post #293616 Initial revision 1 day ago
Question Which model is Cursor IDE using when I specify a random model name?
Example: I specify a random model name some random name: Imagealttext Then I call it: Imagealttext Which model is Cursor IDE using when I specify a random model name? Cross-posted: - https://stackoverflow.com/q/79537786/395857
(more)
1 day ago
Edit Post #293593 Post edited:
7 days ago
Edit Post #293593 Post edited:
7 days ago
Edit Post #293598 Initial revision 7 days ago
Answer A: Does the Rate limit (Tokens per minute) of an Azure OpenAI instance corresponds to the input tokens, the output tokens or the sum of both?
> Does the Rate limit (Tokens per minute) of an Azure OpenAI instance corresponds to the input tokens, the output tokens or the sum of both? The sum of both input tokens and the output tokens. Source:
(more)
7 days ago
Edit Post #293593 Post edited:
7 days ago
Edit Post #293588 Post edited:
7 days ago
Edit Post #293586 Post edited:
7 days ago
Edit Post #293594 Initial revision 7 days ago
Answer A: Why does Azure Command-Line Interface (CLI) list no groups and no resources in my Azure account?
Reddit user InsufficientBorder found the issue: > If you have multiple subscriptions, and/or haven't set a default, the > CLI will "randomly" set one to be the subject of any requests. > > Check you've correctly set your context, and/or have signed into the > correct tenant. > > az a...
(more)
7 days ago
Edit Post #293593 Initial revision 7 days ago
Question Does the Rate limit (Tokens per minute) of an Azure OpenAI instance corresponds to the input tokens, the output tokens or the sum of both?
Does the Rate limit (Tokens per minute) of an Azure OpenAI instance corresponds to the input tokens, the output tokens or the sum of both? Imagealttext Crossposted at: - https://serverfault.com/q/1176440/126950
(more)
7 days ago
Edit Post #293588 Initial revision 7 days ago
Question How shall I refer to the documents and the context in the prompt when using the Azure RAG-QA framework?
I use Azure OpenAI RAG-QA (aka "bring our data"): Imagealttext which I call via e.g.: ``` import os import pprint from openai import AzureOpenAI #from azure.identity import DefaultAzureCredential, getbearertokenprovider endpoint = os.getenv("ENDPOINTURL", "https://[redacted].openai....
(more)
7 days ago
Edit Post #293587 Initial revision 7 days ago
Question How can I resolve the 403 Forbidden error when deploying a fine-tuned GPT model in Azure via Python?
I follow Azure's tutorial on fine-tuning GPT. I'm stuck at the deployment phase. Code: ``` Deploy fine-tuned model import json import requests token = '[redacted]' subscription = '[redacted]' resourcegroup = "[redacted]" resourcename = "[redacted]" modeldeploymentname = "gpt-4o-mini...
(more)
7 days ago
Edit Post #293586 Post edited:
7 days ago
Edit Post #293586 Initial revision 7 days ago
Question Why does Azure Command-Line Interface (CLI) list no groups and no resources in my Azure account?
I have several resource groups and instances in my Azure account. Yet, the Azure Command-Line Interface (CLI) lists no groups and no resources in my Azure account: ``` franck [ ]$ az group list [] franck [ ]$ az resource list [] ``` Why does Azure CLI list no groups and no resources in m...
(more)
7 days ago
Edit Post #292940 Initial revision 5 months ago
Question Why are model_q4.onnx and model_q4f16.onnx not 4 times smaller than model.onnx?
I see on https://huggingface.co/HuggingFaceTB/SmolLM2-135M-Instruct/tree/main/onnx: | File Name | Size | |--------------------|--------| | model.onnx | 654 MB | | modelfp16.onnx | 327 MB | | modelq4.onnx | 200 MB | | modelq4f16.onnx | 134 MB | I understand th...
(more)
5 months ago