text
stringlengths
20
57.3k
labels
class label
4 classes
Title: Provide custom browser profile location for cookie extractor ? (WSL) Body: ### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE - [x] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field ### Checklist - [x] I'm asking a question and **not** reporting a bug or requesting a ...
1medium
Title: [ENH] Improve `_check_params` method in `_k_means.py` and `_k_medoids.py` Body: ### Describe the feature or idea you want to propose Right now there is no `else` condition in the `_check_params` function if the self.init is a string. ```python def _check_params(self, X: np.ndarray) -> None: self._rando...
0easy
Title: [AWS] Fail to detect cuda using H100 and default image Body: A user reported that CUDA is fail to be detected by torch using `p5.48xlarge` and our default AMI, but it works with official ubuntu pytorch deep learning AMI.
1medium
Title: [FEATURE] FAN support Body: **Is your feature request related to a problem? Please describe.** Models that are invariant under non-differentiable impairments like JPEG compression, video compression (H265, VP9, etc), etc. **Describe the solution you'd like** [This paper](https://arxiv.org/pdf/2204.12451.pdf...
2hard
Title: NLLB License Body: ## ❓ Questions and Help Here is the NLLB model's license, https://github.com/facebookresearch/fairseq/blob/nllb/LICENSE.model.md Can we use NLLB model output (translation from language X to language Y) to train a model and release that model under a Commercially permitted license (i.e., ...
3misc
Title: Docs: climpy -> climopy in author bios Body: I was browsing and noticed that climpy name was changed (https://github.com/lukelbd/climopy/commit/f4e502dbda176e31f149018593a734c21ed5319a) but not in its mention [here](https://github.com/lukelbd/proplot/blob/master/docs/authors.rst). The link does still work.
0easy
Title: [Feature] txtai as a proxy like nboost Body: Hi, Hope you are all well ! I was wondering if we can use **txtai** like [nboost](https://github.com/koursaros-ai/nboost) as a proxy for elasticsearch or [manticoresearch](https://github.com/manticoresoftware/manticoresearch) ? i am really interested by an i...
1medium
Title: Wrong heatmap for Swin-Transformer Body: My code: `if __name__ == '__main__': """ python swinT_example.py -image-path <path_to_image> Example usage of using cam-methods on a SwinTransformers network. """ label_map_path = '../../imagenet1000_clsidx_to_labels.txt' with open(labe...
1medium
Title: [FEATURE] ImageNet1k weights for ViT Huge? Body: Looking through `timm/models/vision_transformer.py`, the only huge variants fine-tuned on ImageNet1K are pretrained by the CLIP loss. Are the normal variants (`augreg2` etc.) not available for the bigger sizes such as Huge and Giant?
1medium
Title: Ability to use custom StrawberryDjangoField class for relay connections and nodes Body: We can pass a custom StrawberryDjangoField via `field_cls` parameter to types but not to relay connections and nodes. Is it possible to add this ?
1medium
Title: In August 2025 or later - drop support for k8s 1.30 Body: This is an issue to help us remember the policy (see #2591, #2979, #3040, #3042, #3309, #3320, #3321, #3509, #3510, #3511) to allow ourselves to drop support for k8s versions as long as major cloud providers has stopped supporting them. k8s | [GKE EOL]...
1medium
Title: Update `BaseGroupApprovalTaskStateEmailNotifier` to check for `AbstractGroupApprovalTask` instances Body: #11653 added `AbstractGroupApprovalTask` and `GroupApprovalTask` inherits from it. howevere the `BaseGroupApprovalTaskStateEmailNotifier` still checks `GroupApprovalTask` - https://github.com/wagtail/wagt...
1medium
Title: [cluster/gce] Missing --project while adding kubeconfig metadata Body: <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks! If the matter is security related, please disclose it privately v...
1medium
Title: Pull GeoPoint wrapper ValuesSources up to AggregationBuilder layer Body: Currently, we have two ValuesSources, `CellIdSource` and `DistanceSource`, which we use to wrap a GeoPoint values source and treat it as a numeric values source. These get created very late in the process however, specifically in the aggre...
1medium
Title: bar df data type issues when converting Body: In Entity.py, You are converting the timestamp by multiply 1e9 and this cause the datatype to change to Float64 which is not accepted in the panda library and returns TypeError. Can we do something like this? ``` if not df.empty: df.index = pd...
1medium
Title: 建议增加MiddlePressMouse、MiddleReleaseMouse、MiddleDragDrop方法 Body: 建议大佬,审阅增加以下封装方法,多谢啦! uiautomation line1916 增加鼠标中键按压释放方法MiddlePressMouse、MiddleReleaseMouse line2010增加拖移中键方法MiddleDragDrop def MiddlePressMouse(x: int, y: int, waitTime: float = OPERATION_WAIT_TIME) -> None: """ Pre...
0easy
Title: Add `compose` to the names of docker compose files Body: ## Description `local.yml`, `production.yml`, and `docs.yml` should be renamed something with "compose" in it: I propose `docker-compose.*` ## Rationale The VSCode Docker extension needs "compose" in the filename to detect a docker compose file. T...
0easy
Title: Improve Providers extending Body: At the moment, every extended provider have to implement override logic: ``` python class Extended(Provider): def __call__(self, *args, **kwargs): """Return provided instance.""" if self.overridden: return self.last_overriding(*args, **kwargs) `...
1medium
Title: Can I use the C++ to connect the bert-serving-server? Body: **Prerequisites** * [x] Are you running the latest `bert-as-service`? * [x] Did you follow [the installation](https://github.com/hanxiao/bert-as-service#install) and [the usage](https://github.com/hanxiao/bert-as-service#usage) instructions in `READ...
1medium
Title: [BUG] Console configuration for RichHandler with logging.config.DictConfig does not work Body: - [x] I've checked [docs](https://rich.readthedocs.io/en/latest/introduction.html) and [closed issues](https://github.com/Textualize/rich/issues?q=is%3Aissue+is%3Aclosed) for possible solutions. - [x] I can't find my ...
1medium
Title: Document installation via conda-forge Body: As explained [here](https://github.com/automl/auto-sklearn/issues/1131#issuecomment-823423641), Auto-sklearn can be installed via conda-forge. This should be reflected in the installation instruction.
0easy
Title: Narrow the API gap between AnyIO and Trio Body: I have received several complaints about the AnyIO's and Trio's APIs differing (to no one's benefit). I created this issue to discuss which parts of the API could reasonably be changed to match Trio's. Some of these changes may require backwards incompatible chan...
2hard
Title: [FR] able to change class name of a bounding box and edit a bounding box Body: ### Proposal Summary currently, in order to change the class name of a bounding box, user need to launch an annotation tool like CVAT. this is cumbersome. beside this, it's create if we can edit a bounding box in fiftyone ### Moti...
1medium
Title: Mongo fail-over during append can leave a Version in an inconsistent state Body: We can trigger this assertion: ``` ... File "/app/AHL/packages/ahl.tickdownsample/1.16.0-py2.7/app/AHL/ahl.tickdownsample/lib/python2.7/site-packages/ahl.mongo-1.297.0-py2.7-linux-x86_64.egg/ahl/mongo/mongoose/store/version_store...
2hard
Title: Data for column "Open" must be ALL float or int. Body: ```python !pip install mplfinance import pandas as pd import yfinance as yf import mplfinance as mpf #get data symbol = "AAPL" start_date = "2022-01-01" end_date = "2022-12-31" stock_data = yf.download(symbol, start=start_date, end=end_date) # ...
1medium
Title: EBS in AWS clusters is all about issues and headaches Body: Using EBS volumes is way too unstable on k8s aws deployments, we've been using kubernetes since version 1.2, now running a 1.5.2 cluster and the problems have always been there and never solved. 80% of the time I need to delete a pod under a replicatio...
2hard
Title: State of the project — inactive Body: TL;DR this project is on hold while the Pydantic team is flat out building [logfire](https://pydantic.dev/logfire) and continuing to maintain Pydantic. We use FastUI internally for the admin interface of Logfire, and it works well for that application, but we don't have ...
3misc
Title: Purpose of Procrustes Analysis Body: Hi there, I am using PHATE on data sets with much success, and I am looking to understand the purpose of the procrustes analysis between the classical MDS embedding and the metric MDS embedding in the embed_mds function. This is not necessarily an issue, but I couldn't fin...
3misc
Title: Inappropriate saving of the merged fine tuned llama-2 model Body: Hi, I am trying to fine tune the llama-2 model with the help of the following config file-> ``` model_type: llm base_model: /home/ubuntu/llama-2-7b-hf_for_merge quantization: bits: 8 adapter: type: lora r: 8 dropout: 0.05 t...
2hard
Title: Turn off database query Body: Hi in another project we are using drf-yasg but in current we have drf-spectacural. We noticed that during shot on endpoint connected to view - SpectacularAPIView.as_view(...) it run queries to database. Is any option to turn off queries to database? I found info like this abotu Dja...
1medium
Title: [BUG-REPORT] bad error message during ordinal encode Body: Thank you for reaching out and helping us improve Vaex! Before you submit a new Issue, please read through the [documentation](https://docs.vaex.io/en/latest/). Also, make sure you search through the Open and Closed Issues - your problem may already b...
1medium
Title: JupyterHub Deployments Using GitOps Tools (FluxCD/ArgoCD) Body: Hello JupyterHub team, I've been exploring the current documentation and setup processes for JupyterHub on Kubernetes, primarily managed through Helm. This setup works well for basic deployments, but I've noticed a potential gap for large-scale, ...
1medium
Title: Do not fire InsufficientResourceError when there are intentional reasons Body: <!-- Thanks for sending a pull request! Here are some tips for you: 1. If this is your first time, read our contributor guidelines https://github.com/kubernetes/community/blob/master/contributors/devel/pull-requests.md#the-pr-submi...
1medium
Title: [APM] Improve API test to avoid rate-agg-like regressions in the future Body: In https://github.com/elastic/kibana/pull/112343 we removed rate aggs because they have a bug in ES. We only noticed the bug a few days before the release even though the bug has been in place for months (since metric-based ui was en...
1medium
Title: Unexpected result from vbt.Portfolio.from_signals Body: From In [16] in /tests/notebooks/portfolio.ipynb ```python portfolio = vbt.Portfolio.from_signals( price, entries=[True, False, True, True, True], exits=[False, True, False, False, True], size=[1, 2, 3, 4, 5], size_type=SizeType...
1medium
Title: Binomial(...).sample has an infinite loop when combined with jax.vmap and p=0 Body: This seems to be the same bug the cropped up in the [Poisson case](https://github.com/pyro-ppl/numpyro/issues/582). And is a result of [combining `lax.cond`, `vmap` and data-dependent inputs](https://github.com/google/jax/issues/...
1medium
Title: n_position in positional encoding Body: How did you choose n_position as 200. What is this number based on? Hoping to hear back. Thank you!
3misc
Title: add GitHub Sponsors Body: Could developers add [GitHub Sponsors](https://github.com/sponsors) option in this repository? Thanks.
3misc
Title: Zombie excel instances from RunPython [pywin32 > 301 affected] Body: #### OS: Windows 10 #### Versions: xlwings 0.25, Excel 365, Python 3.9 ## Setup I've build a custom excel ribbon add-in, which calls different subs on click. I am not using the autogenerated functions as I don't have access to the vba mode...
2hard
Title: 为啥无法直接使用Model.from_pretrained damo/cv_unet_image-matting Body: 很抱歉,我是一个小白,我想尝试使用Model.from_pretrained 去加载一个模型 cv_unet_image-matting,但是会报以下错误。 KeyError('`cfg` or `default_args` must contain the key "type", but got {\'model_dir\': \'/mnt/workspace/.cache/modelscope/damo/cv_unet_image-matting\'}\nNone') ![i...
0easy
Title: [Bug] training a new model stops with "Decoder stopped with `max_decoder_steps` 10000" Body: ### Describe the bug Hello! I am running TTS 0.15.6 and try to train a new voice basing on 22,000 wav files. The training process seems to work but stops after a while, sometimes after 30 minutes and sometimes after ...
2hard
Title: Corrected ARCH Body: **What type of PR is this?** > Uncomment only one ` /kind <>` line, hit enter to put that in a new line, and remove leading whitespace from that line: > > /kind api-change > /kind bug > /kind cleanup > /kind design > /kind documentation > /kind failing-test > /kind feature > /kind ...
1medium
Title: Post Request Forbidden error, when user is login Body: without login post method working fine. but when login, I'm getting 403: Forbidden error. Below is the configuration. SWAGGER_SETTINGS = { 'LOGIN_URL':'/admin/login', 'LOGOUT_URL': '/admin/logout', } urls.py urlpatterns1=[re_path(r'^',...
1medium
Title: [BUG] duplicated mapping key on adding response header types for openapi/swagger Body: I wanted set returned reponse header types for my `login/` API with `openapi_extra` param, but it is not allowing me to do so. ```python @router.get("login/", response={200: AuthOutSchema, 400: MessageOut}, auth=None, opena...
1medium
Title: Formgrade does not create the `root` directory if it doesn't exist Body: Can someone confirm that a minimal notebook with nbgrader does _not_ create the `CourseDirectory.root` directory if it does not exist ### Operating system Docker instance: `jupyter/minimal-notebook:dc9744740e12` ### `nbgrader --ver...
1medium
Title: `singleuser.image` is not picked up Body: <!-- Thank you for contributing. These HTML comments will not render in the issue, but you can delete them once you've read them if you prefer! --> ### Bug description Custom Image under `singleuser` is not working. #### Expected behaviour My `values.yaml` fi...
1medium
Title: Coverage is not measured with Python 3.7.0 Body: I've noticed that `pytest-cov` doesn't report properly the coverage with Python 3.7.0. Here a simple repro: ### Directory structure ``` |-- foo | |-- __init__.py | `-- bar.py `-- tests |-- __init__.py `-- test_baz.py ``` ### Files content...
1medium
Title: [CHARTS] Use `formatSeriesName` consistently when grouping chart data by release Body:
1medium
Title: Problem with learner_time_limit Body: Hi Piotr: Thanks for the changes made in the ner version. I'm now getting an error when setting learner_time_limit. Did you take this option out? I see in your code that you are setting it automatically as a function of total_time_limit. Can this be the behavior only ...
1medium
Title: Can you set up Gzip Compression on the request? Body: It would be nice to have Gzip compression on the request if possible
1medium
Title: Small documentation error in AECEnv's step method Body: Hi there, The documentation for the step method in the AECEnv base class reads as follows: ``` ''' Receives a dictionary of actions keyed by the agent name. Returns the observation dictionary, reward dictionary, done dictionary, and info dictionary,...
0easy
Title: Dockerfile not building image on Docker version 18.03.1-ce Body: Please Describe the issue or question and share your OS and Python version. _________________ **OS**: `ubuntu` **OS Version**: `16.04` **Python Version**: `N/A`, using `Docker version 18.03.1-ce, build 9ee9f40` The Dockerfile fails at bu...
1medium
Title: Wrong behavior in compressed version Body: I'm testing `django-jet` as `OpenEdx`'s admin theme and i have the correct behaviour in `LMS` section: ![seleccion_018](https://cloud.githubusercontent.com/assets/5034215/26670642/0fb4a9fc-46bb-11e7-9df2-c5eb5f758578.png) It works perfectly in `Opera - Chromiun` and `...
2hard
Title: Regression: Plotly lost all interactivity on grapher Body: **Describe the bug** Once you select a few variables and hit finish, the chart is drawn, but no interactivity is avaiable (no hover, zoom, no menu etc) This started with this commit to develop: Merge branch 'develop' of https://github.com/adame...
1medium
Title: Can I run the whole pipeline on a remote server with no GUI? Body: cannot connect to X server localhost:11.0
1medium
Title: `ValidationError` not found Body: I have not used the framework for some months now. I upgraded the package to latest (0.7.10), and started a new project and got the error message. Eve-demo shows the same error. ### Expected Behavior Should run out-of-the-box. ```python # using eve-demo ``` ### Ac...
1medium
Title: Allow setting other scales in log_scale Body: The addition of `log_scale` has been great. Especially for violins. I know you can get the base using a number, but would it possible to allow setting a different scale? For example, I use `symlog` and `logit` quite a bit in my work.
1medium
Title: N-HiTS encounters a RuntimeError when using 'time_varying_unknown_reals' and 'time_varying_known_reals' covariates simultaneously Body: - PyTorch-Forecasting version: 0.10.2 - PyTorch version: 1.12.0 - Python version: 3.8.3 - Operating System: Linux ### Expected behavior I executed the example code of...
2hard
Title: Lambda Warmer Body: Hello, I'm using fast api and AWS Lambda, and migrated successfully my projects thanks to your plugin, thanks a lot for that. I'm now trying to add a warmer so that my lambda is called every 5 min. I've found this https://pypi.org/project/lambda-warmer-py/ and I'm struggling to add the...
1medium
Title: How To setting the mobile emulation of userAgent Body: mobile_emulation = { "deviceMetrics": { "width": 360, "height": 640, "pixelRatio": 3.0 }, "userAgent": "Mozilla/5.0 (Linux; Android 4.2.1; en-us; Nexus 5 Build/JOP40D) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.166 Mobile Safari/535.19...
1medium
Title: There should be the doc page for v2 `AutoAugmentPolicy`. Body: ### 📚 The doc issue There are version 1(v1) `AutoAugmentPolicy` and version 2(v2) `AutoAugmentPolicy` as they can be imported from them as shown below: ```python from torchvision.transforms import AutoAugmentPolicy from torchvision.transforms.v2 ...
0easy
Title: Connection string does not parse hash character properly Body: * **asyncpg version**: 0.18.3 * **PostgreSQL version**: 11.5 * **Do you use a PostgreSQL SaaS? If so, which? Can you reproduce the issue with a local PostgreSQL install?**: Reproduced locally * **Python version**: 3.7.4 * **Platform**: macOS...
1medium
Title: It seems that #61 and #50 are similar Body: > 61. Find the nearest value from a given value in an array (★★☆) > 50. How to find the closest value (to a given scalar) in a vector? (★★☆)
0easy
Title: Check the correct value of Quantity for non-v1.ResourceCPU resource in GetResourceRequest Body: **What type of PR is this?** /kind bug **What this PR does / why we need it**: In GetResourceRequest, the condition for v1.ResourceCPU resource and rQuantity.MilliValue comparison is bundled together. This int...
1medium
Title: E2e tests to check whether cluster autoscaling scale down works when one node pool is not autoscaled Body: Follow up of #1301. cc: @piosz @jszczepkowski @fgrzadkowski
1medium
Title: Metadata for configuration data point Body: Hey friends, does Dynaconf support metadata alongside it's managed configuration? How would one go about adding further details about a data point? Examples would be the owner or source of a setting, range and restrictions, or a short description for UI explanation. ...
1medium
Title: 模型转换和合并:使用了merge_llama_with_chinese_lora.py合并时报错 Body: *提示:将[ ]中填入x,表示打对钩。提问时删除这行。只保留符合的选项。* 您好,有个问题想咨询一下: ### 详细描述问题 合并模型7b 完成第一步将原始llama转成hf格式 在第二步合并时,命令: # python merge_llama_with_chinese_lora.py \ # --base_model /work/models/llama/llama-7b-combine/llama-7b-hf \ # --lora_model /work/models...
2hard
Title: 3.4.0版srl模块有问题 Body: ![bug-1](https://user-images.githubusercontent.com/7898904/28199285-04ec268c-6897-11e7-8066-278ee267308e.jpg) 您好,我编译了ltp-test,然后从百度云下载了3.4.0版的模型文件,通过下面命令行进行测试: ltp_test.exe --input input.txt --srl-data pisrl.model > output.txt 就出现了上面的错误。(后debug可知异常抛出在DepSRL.cpp -> LoadResource() -> ...
1medium
Title: Shufflenet model Body: Hi, thanks for the code. Can you please share the link for shufflenet pretrained model.
3misc
Title: Lastest release (2017.1.3) dies when trying to display a mock object Body: The latest release (2017.1.3) dies with the following stack trace (slightly edited to anonimize it): ``` File "/usr/lib/python2.7/bdb.py", line 49, in trace_dispatch return self.dispatch_line(frame) File ".../site-packages/p...
1medium
Title: GNNExplainer inconsistency with the paper? Body: ### 🚀 The feature, motivation and pitch Hi! I have a question about GNNExplainer feature selection part. In the article it's claimed that in order to solve the potential issue with importnat features whose values are zeros 1) Monte Carlo Estimate to sample feat...
1medium
Title: Error during training with glint360k dataset Body: When training arcface_torch project with glint360k dataset, speed up through DALI. After training for an hour, the following error occurred, why is this? Error when executing Mixed operator decoders__Image encountered: Error in thread 7: [/opt/dali/dali/opera...
1medium
Title: Missing Daily Data - June 11 (data from yesterday) for all tickers Body: ### Describe bug June 11 (data from yesterday) data is missing for all tickers. Values are listed as non ### Simple code that reproduces your problem import yfinance as yf print(yf.__version__) def dailyData(tickerList): da...
1medium
Title: docs: worker concurrency not documented correctly (Typescript) Body: Documented is: const worker = hatchet.worker("my-worker", { maxRuns: 5, }); But instead it should be: const worker = hatchet.worker("my-worker", 5); The documented code does not work and leads to an error. https://docs.hatche...
0easy
Title: bug: EventBus description is not assigned Body: ### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior Create EventBus with Description. Describe the created EventBus - description is NOT assigned. ### Expected Behavior Create EventBus with Description. Descr...
1medium
Title: 基于任务先后顺序训练会造成模型遗忘如何解决? Body: ### 详细描述问题 10个任务的数据集,如果是分开训练,比如第一个任务训练完,第二个任务基于第一个任务的权重(一般是lora权重)继续训练,这样会造成第一个任务的推理结果很差,如果把10个任务一起训练,之后加进来的数据,会基于这10个任务的权重做训练,会影响前面10个任务的权重,也会造成10个任务的推理结果变差? 你们在训练的时候遇到过这样的问题么?如何解决这样的问题?每次全部任务一起训练,耗时比较长
1medium
Title: Global Config option to control single column index check_name Body: **Is your feature request related to a problem? Please describe.** Hi. The documentation for `Field(check_name=...)` https://pandera.readthedocs.io/en/stable/reference/generated/pandera.api.pandas.model_components.Field.html#pandera-api-pand...
1medium
Title: BUG: dropna throws error with arguments axis=1 and subset not None Body: ### Pandas version checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pandas.pydata.org/docs/whatsnew/index.html) of pandas. - [ ] I have conf...
1medium
Title: Services are not accessible through all the masters using NodePort Body: <!-- Please use this template while reporting a bug and provide as much info as possible. Not doing so may result in your bug not being addressed in a timely manner. Thanks!--> **What happened**: we have set up a Kubernetes cluster ver...
1medium
Title: Partially initialized module 'pandas' Body: --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) [/Users/priyadcosta/Documents/GitHub/team-process-map/feature_engine/features/BERTopicFinal.ipynb](https://file+.vs...
2hard
Title: The results of running demo.py create too many boxes. Body: I replaced the network among the codes in the Repo. (resnet101) Losses are decreasing normally. The results of running demo.py create too many boxes. Is it too early to judge / now iteration is 6000 <img width="544" alt="스크린샷 2020-03-03 오전...
1medium
Title: Palette does not support the use of defaultdict with missing values Body: Currently, Seaborn does not permit the use of defaultdict with missing values as a palette. A minimal example that reproduces this issue is: ```python import seaborn as sns import pandas as pd from collections import defaultdict d...
1medium
Title: Is there a way to use orjson's FFI to provide fast FFI to python via serde? Body: I have a bunch of serde values and I was curious if it's possible to use orjson as the ffi mechanism instead of writing my own? I've noticed using my own (via pyo3) is slow whereas it looks like orjson does a bunch of work to have ...
1medium
Title: DocumentSplitter with NLTK download breaks AWS Lambda deployments Body: **Describe the bug** #8755 mentions that `DocumentSplitter` argument `split_by='sentence'` now uses NLTK. When running in AWS Lambda with an updated Haystack (2.8.0 -> 2.9.0) which includes this change, the lambda exits with an error as it c...
1medium
Title: hack/test-go shows build errors in tmpdir instead of the source tree Body: For example: ``` /tmp/go-build179154832/github.com/openshift/origin/pkg/api/kubegraph/analysis/_test/_obj_test/hpa.go:26: invalid type assertion: ... ``` @smarterclayton thoughts on why?
1medium
Title: [Bug] Qwen2.5-VL-AWQ dose not support concurrent request Body: ### Checklist - [x] 1. I have searched related issues but cannot get the expected help. - [x] 2. The bug has not been fixed in the latest version. - [x] 3. Please note that if the bug-related issue you submitted lacks corresponding environment info ...
1medium
Title: prune pointpillar with mmdetection3d Body: I want to prune pointpillar on mmdetection3d framework, but the model has more than one input`def forward(self, img, img_metas, return_loss=True, **kwargs):`, which makes it not suitable for speedup: `ModelSpeedup(model, dummy_input=torch.rand([10, 3, 32, 32]).to(device...
1medium
Title: Support pandas 1.0 Body: [Pandas 1.0](https://pandas.pydata.org/docs/whatsnew/v1.0.0.html) removed some functionalities previously deprecated, and some features seems to be broken. For example, trying to fit a FAMD gives the following error: ``` ~/.pyenv/versions/3.8.2/envs/bioinformatics/lib/python3.8/site-pa...
1medium
Title: Issue with project name and k8s namespace Body: The regex for project name is not the same that is allowed for k8s namespaces ``` Error from server (Invalid): error when creating "deploy/kube/namespace.yml": Namespace "tmp_test" is invalid: metadata.name: Invalid value: "tmp_test": a lowercase RFC 1123 label...
1medium
Title: Issue with @api.representation('application/xml') Body: I was following the example in help doc to create the below decorator. ```python @api.representation('application/xml') def xml(data, code, headers=None): resp = make_response(dicttoxml.dicttoxml(data), code) resp.headers.extend(headers or {...
1medium
Title: nbviewer is rendering my ipynb in abnormal way. Body: Hello, First, thanks for using Jupyter Notebook Viewer (nbviewer). I think, I found a bug. Please check the below. nbviewer is rendering my ipynb(`ch9_note.ipynb`) in abnormal way. Without any description, it will be better to click directly the below ...
1medium
Title: 如何启动GPU Body: 您好,我刚刚使用了您的这个补帧程序,效果挺赞,但是运行的时候发现负载都是CPU,GPU没运行,是否有什么参数可以设置用GPU来跑呢?我的显卡是4070,win11,感谢
1medium
Title: [Documentation] Include installation of Playwright Body: ### What piece of documentation is affected? ![image](https://github.com/Josh-XT/AGiXT/assets/34012548/4300272f-6b62-488b-b0ad-dc794466ffd0) in the readme and also the actual documentation it should include the necessary steps to have playwright install....
0easy
Title: Runing `xvfb-run pytest` in headed mode using docker container, still got blocked Body: 1. nice work! and thank you 2. I was able to run the code on my local desktop, I can confirm it pypass the stealth list, there: https://github.com/Kaliiiiiiiiii-Vinyzu/patchright-python?tab=readme-ov-file#stealth However, w...
1medium
Title: [BUG] Documents aren't being saved to MongoDB when bulk_writer is used with upsert Body: **Describe the bug** Documents aren't being saved to MongoDB when bulk_writer is used with upsert. Using a new DB and collection the following runs without saving anything to the DB. **To Reproduce** pip freeze: ```...
2hard
Title: --html producing terminal output Body: I am using ``` python -m pyinstrument --html -o test.html test.py ``` `test.html` contains the terminal formatted output, not the HTML.
0easy
Title: Monitor Page got all the request doubled on each page access. Body: All requests executed by the monitor page on the first load were always doubled, this make the page load the data twice. This video is the behavior of the page being refreshed once: [doublerequests.mov](https://uploads.linear.app/a47946b5-12cd...
1medium
Title: End day data is missing in the resulting DataFrame Body: ### Describe bug Hi. I see that the last day data is missing in the resulting DataFrame. For example, if I request data starting from 2020-08-28 till 2020-08-31, there will be no 2020-08-31 in the resulting DataFrame but actually this data exists on ...
1medium
Title: insightface-faceid extract None Body: When I used the insightface module to extract faceids from the ffhq and celeba data sets, I found that face IDs could be extracted from 70,000 faces in ffhq, but face IDs could not be extracted (faces result is None: []) from more than 1,000 faces in the celeba data set. Wha...
1medium
Title: [ajb/clasp] is STALE Body: @TonyBagnall, ajb/clasp has had no activity for 150 days. This branch will be automatically deleted in 25 days.
3misc