Shoumik Gandre
Shoumik Gandre
Could not reproduce the issue. This works for me. Please give me more context so that I can debug this better. Here is the code that I have executed and...
You cannot give me incomplete information and expect me to be able to solve the issue. What is the `scan_prompt` function's definition? I need uninterrupted code to be able to...
llm_guard has a TokenLimit scanner which means that YOU get to decide the token limit ```python from llm_guard.input_scanners import TokenLimit scanner = TokenLimit( limit=4096, # max tokens allowed encoding_name="cl100k_base" #...
Does this need help? I can take a crack at this problem.
Thanks for the review, @deependujha - I've implemented the requested changes. **What changed** * Add `sub_dir` to `pytorch` `CSVLogger` to match `fabric` behavior. * Ensure `log_dir` expands `~` and env...
Hey @williamFalcon hope you’re doing well! I wanted to check in on this PR. It already has the required number of approvals, but since you're listed as a code owner,...
Hey team. I was wondering if there's anything more I needed to do to get this PR merged?
@hciays I want to help you work on this.