I'm facing system crashes with my Proxmox setup using a GeForce 4060TI GPU. These crashes occur randomly, and I suspect it may be a performance issue related to my GPU configuration. I need a Proxmox expert to: - Analyze my current GPU Passthrough setup - Identify potential configuration errors causing performance issues - Provide guidance on optimising my setup for better stability and performance Ideal skills and experience: - Extensive experience with Proxmox - Deep understanding of GPU Passthrough configurations - Proven track record of resolving system performance issues - Ability to provide clear, actionable advice Please bid if you can help me stabilize my system and improve performance.
# PySide6/Qt Widget for Node-Based GPU Texture Generation with OpenGL ## Project Description I'm looking for a candidate with strong experience in **PySide6**, **Qt**, **Python**, and **OpenGL** to work on a specialized project. The project currently includes a small library that supports the creation of a **Directed Acyclic Graph (DAG)** of nodes, allowing tasks to be executed per node, either individually or in **parallel** (requiring knowledge of the **threading library** and **batching**). The primary task for this project is to create a standalone **PySide6 widget** that allows users to visually create and connect nodes using different types of connections (linear, Bezier, etc.). It should be easy to add new types of connections in the future, and the widget must suppor...
Build me a business where people can choose and book an appointment with a doctor or a pet groomer or a spa massage we need the business to be able to make an account and the clients to book appointments. Business account by location Guest account by location 20 categories of business Apointment reminders through automated mail Live appointment accurate times depending on the physiology of the task exc :hair dressing 30min hair Diye 2 hours etc. Guest Application for bookings. Reviews Advertisement of business that want to advertise and show higher
Complete Conway's Game of Life using Tensorflow - Using 2D convolution, complete the template Conway's Game of Life using built-in Tensorflow functions. - The template is provided. You just need to complete it. - Initial states are provided. - Script to read the initial states are provided. NOTE: This project uses tensorflow for non-deep-learning topic. Should be easy t... You just need to complete it. - Initial states are provided. - Script to read the initial states are provided. NOTE: This project uses tensorflow for non-deep-learning topic. Should be easy to implement if you have understanding in convolutions and what it does. Deliverables: 1. One template file completed that implements the game. The program should also record the total compute time of the GPU (just...
I'm looking for a freelancer to create 2 Google Slides for a sales pitch presentation. The slides should be based on an example that I will provide. - Purpose: The slides are intended for a business presentation aimed at potential clients. - Deliverables: Only 2 slides based on the example. - Ideal Skills: Proficiency in Google Slides, understanding of sales presentation structure and design, attention to detail, ability to follow provided examples closely.
...it was a brand new laptop. So here's a list of things I've tried to fix the issue I've tried: clean windows installs Updated drivers 3 different sets of RAM 2 different machines different BIOS and power settings on both machines Unplugging peripherals updating windows (obviously) using different power sources for both laptops (battery, directly in wall, through Eaton UPS) Running on integrated GPU vs dedicated stress testing, looking at temps and NOTHING has fixed this problem. So I'm down to two theories: ESET is causing issues A peripheral is causing problems and leaving them behind residually (because why else would my laptop crash with nothing plugged in and idle?) Sometimes I get no random reboots for literally days, then I already hear you asking if I...
I'm in need of a deep learning expert with a strong proficiency in Keras. The project is small and will primarily involve working with Keras to implement deep learning algorithms. Ideal Skills: - Extensive experience with Keras - Proficient in deep learning methodologies - Problem-solving skills for algorithm implementation Please note that the specifics of the task and the type of data involved will be discussed further. Your expertise and flexibility will be key in successfully completing this project. i need to done this project ASAP. Note type "DEEP" in the start of your proposal . low budget will be preferred.
...the system includes algorithms that work with neural networks. For this part, the key parameter is FPS (frames per second). The hardware used for this part is + HAILO. Currently, the FPS is low because the process of preparing images for input into Hailo and processing the results is done on the CPU. In this regard, we would like to address the task of offloading these computations to the GPU and VPU. We are interested in two matters: 1) Consultation on issues related to writing code in GStreamer. 2) Assistance in creating a GStreamer pipeline that performs the actions outlined below. For a video signal, the pipeline would look as follows: Input: RTSP stream 1920x1080 -> The following operations are performed on the frames: proportional resizing to 640xNEW_HEIGHT, adding pa...
I am seeking a seasoned deep learning professional with a particular focus on predictive analytics. Your primary task will be working with structured data, particularly databases, to develop a classification-based predictive model. Ideal Skills and Experience: - Proven expertise in deep learning, specifically in predictive analytics -...Your primary task will be working with structured data, particularly databases, to develop a classification-based predictive model. Ideal Skills and Experience: - Proven expertise in deep learning, specifically in predictive analytics - Strong background in working with structured data - Proficient in developing classification-based models - Experience with deep learning frameworks (TensorFlow, Keras, etc.) - Excellent data analysis and interpretat...
...designed to make yourself familiar with the Kaggle environment, as well as the available computational devices on Kaggle including CPU, single GPU (P100), two GPUs (2*T4), and cloud TPU. We'll benchmark the performance of these computational devices. The benchmarking code can be created using AI tools. For example, I have the following ChatGPT conversation to create PyTorch code to benchmark the performance of my Apple Laptop (M3 chip), which has CPU and GPU (called "MPS" in PyTorch) devices: As you see, in my benchmarking code I used matrix multiplication to test the performance of my GPU. I also tried multiplying matrics of various sizes such as 10k*10k, 20k*20k and 30k*30k (not shown in the ChatGPT conversation). (Links to
...cross-platform installer (macOS, Windows, Ubuntu) for a blockchain project. The installer will configure and launch a core blockchain application along with a dual-mining setup that supports two cryptocurrencies simultaneously. Responsibilities: Develop a GUI-based installer using Python/Tkinter or similar tools. Install and configure the core blockchain software for both cryptocurrencies. Integrate CPU/GPU mining software for dual-mining support. Ensure compatibility with various operating systems (macOS, Windows 7+, Ubuntu 14.04+). Create desktop shortcuts and manage resources for efficient mining. Implement error handling, configuration settings, and wallet management. Requirements: Strong experience in Python, C++, or other relevant languages. Knowledge of blockchain proto...
...meaningful insights, identify trends, and improve model performance. Performance Optimization: Ensure real-time processing capabilities of models and algorithms while optimizing them for large-scale data handling and GPU acceleration. Required Technical Qualifications: Experience: Minimum of 2 years of professional experience in computer vision with a proven track record of delivering complex image processing and machine learning projects. Programming Skills: Proficient in Python, and MATLAB. Hands-on experience with deep learning frameworks like TensorFlow, PyTorch, or Keras. Algorithm Expertise: Strong understanding of computer vision algorithms, including CNNs, object detection (e.g., YOLO, Faster R-CNN), image segmentation (e.g., U-Net), and feature extraction. AI/ML...
...code. Here is an existing tutorial for training cats/dogs classification using Pytorch and Hugging Face Accelerate on multiple GPUs. Full code is here: The task for you is to save checkpoints during training on various hardware configurations (specifically: CPU, Single GPU, Multi GPU), and then loading the checkpoint on a different computer to predict using CPU, or Single GPU, or Multi GPU. The objective is to reproduce the accuracy IDENTICAL to when the checkpoint was saved. Your task: 1) I need you to insert code to SAVE CHECKPOINT in the training_loop() during training on COMPUTER A. Note the accuracy for the checkpoint when it was saved. The training needs to execute smoothly on cpu-only, single_gpu, or, multi_gpu
...code. Here is an existing tutorial for training cats/dogs classification using Pytorch and Hugging Face Accelerate on multiple GPUs. Full code is here: The task for you is to save checkpoints during training on various hardware configurations (specifically: CPU, Single GPU, Multi GPU), and then loading the checkpoint on a different computer to predict using CPU, or Single GPU, or Multi GPU. The objective is to reproduce the accuracy IDENTICAL to when the checkpoint was saved. Your task: 1) I need you to insert code to SAVE CHECKPOINT in the training_loop() during training on COMPUTER A. Note the accuracy for the checkpoint when it was saved. The training needs to execute smoothly on cpu-only, single_gpu, or, multi_gpu
i want to conduct a benchmarking test on AWS instance types to compare the performance and cost-effectiveness of different EC2 instances and the test should involve: Selecting AWS Instance Types to Test: Choose a range of instance types, such as: General Purpose (e.g., M5, T3) Compute Optimized (e.g., C5) Memory Optimized (e.g., R5) GPU instances (e.g., P3) Choose Sample Workloads: Select representative workloads that are common in real-world scenarios This could include: Web server workloads Database operations Data processing tasks Any specific workloads relevant to your field of study Measure CPU Utilization: Use AWS CloudWatch or other monitoring tools to track CPU utilization during the tests Record metrics like average CPU utilization, peak utilization, and utilization patter...
...following aspects: - Development of a comprehensive RGB-IR Implementation plan - Extensive experience in ISP functionalities and camera implementation - Strong background in low-level programming for embedded systems - Familiarity with NVIDIA AGX XAVIER is a plus - Ability to work with little or no supervision -This task involves using an NVIDIA GPU to first separate RGB-IR Bayer test image file data into RGB Bayer data and IR data, and then using the GPU hardware to convert the RGB Bayer data into RGB de-Bayered data.(milestone 1) -The final objective of the project is to save the de-Bayered RGB data and the IR data as separate files. -When the rgb-ir camera is ready, the camera stream will work to replace the file data (Milestorne 2) -Milestones 1 and 2 should be c...
I'm looking for a logo similar to the attached, but not too similar that it looks like a copy. The ideal colors are attached. Feel free to add an additional blue or green if necessary. Key Aspects: - Design Style: The logo should be simple and refined. - Elements: The logo should consist of both text and an icon of a house. The text should be "HECM" - Color Scheme: The logo will primarily use two colors: a specific shade of blue (#23649e) and a particular shade of green (#55bc04). These colors should be used in a way that maintains the minimalistic aesthetic. The ideal candidate for this project should have: - Strong graphic design skills, with a portfolio showcasing minimalistic designs. - Experience in logo design, particularly in creating logos that combine text and i...
...Raspberry Pi, Orange Pi, Banana Pi, Pine64, Libre Computer, Odroid, Radxa, etc. The board must have graphics, audio and USB for input devices. ARM devices are the most likely target. Required SBC components: - HDMI output for audio and video - USB input (keyboard) - Memory not on MCU (e.g. SDRAM) - 512+MB desired, 256MB may work - Separation of resources to user/system (e.g. TrustZone) - GPU, ideally with 2D acceleration Key Responsibilities: - Provide consultation on which board to choose and optimal solutions. - Develop custom, bare metal software for the SBC. Ideal Candidate: - Strong interest in and desire to work on SBCs, embedded solutions. - Proficiency in programming languages such as C. - In-depth understanding of the hardware and configuration...
I'm f...CUDA to my NVIDIA GPU on my Ubuntu 22.04 system. The drivers are installed and detected, but CUDA isn’t connecting properly. I'm running my training scripts in Jupyter Notebook, and I'm unsure how to check if the CUDA toolkit and cuDNN library versions are compatible with my installed GPU drivers. Ideal candidates for this project should have: - Extensive experience with CUDA installations on Ubuntu - Proficiency in troubleshooting CUDA and NVIDIA GPU connection issues - Familiarity with Jupyter Notebook and its configurations for GPU training - Ability to check and ensure compatibility between CUDA toolkit, cuDNN library, and GPU drivers - Willingness to offer the lowest bid I would greatly appreciate your assistance in re...
I'm looking for a freelancer proficient in C++, OpenCV, and Qt. The challenge is to seamlessly compile OpenCV 4.5 with GPU support in Qt Creator on a Windows operating system. I have a C++ program that utilizes the real-time object detection feature of YOLO for object recognition. Currently, it's straining the CPU (95-98%). Your task is to lower the CPU load and optimize the program's performance. That is why your job is to prepare my work environment in QtCreator so that every time I compile the program, I do it with graphics and does not stress the CPU. I can give you access to my work environment through teamviewer or any other tool. Ideal skills and experience would include: - Strong C++ Programming - Experience with OpenCV, ideally OpenCV 4.5 - Proficiency. wi...
I need a project focusing on Natural Language Processing (NLP) and Deep Learning (DL) for next word prediction. The project should be implemented in Python, without using Keras, and built from scratch. Key Requirements: - Focus on next word prediction using a large dataset (millions of sentences). - Use of Python for implementation. - No use of Keras or other high-level libraries, everything built from scratch. - Deep understanding of both NLP and DL. Ideal Skills: - Proficiency in Python. - Extensive experience with NLP and DL. - Ability to build complex models from scratch. - Experience working with large datasets.
...join a permanent team English proficiency required **Overview:** Seeking a skilled Front&Back End Developer to create dynamic, responsive web interfaces React Native & Full Stack API Hook programming experience Full Mobile App and Web App development experience AI Image based Mobile Product experience - Proficiency in HTML, CSS, JavaScript - Experience with frameworks like React & Angular - GPU server research experience required - Strong problem-solving skills. - Proficiency in server-side languages (e.g., Python, Java). - Experience with databases like MySQL or MongoDB. - Strong problem-solving abilities. **Responsibilities:** - Develop and maintain web interfaces. - Ensure responsiveness across devices. - Collaborate on UI/UX implementation. - Optimize perform...
...organized Mobile App & Web App IOS (FRONT END AND BACK END) Fashion E-commerce Marketplace Project Manager to join our dynamic team. As a Project Manager, you will be responsible for overseeing the successful planning, execution, and delivery of our total project. ****EXPERIENCE WITH AI LLM and API key integration into development stack REQUIRED Responsibilities: - help research AI link stack and GPU server options for projects -keep development teams on target -auditing code framework to ensure development team designing framework correctly -improve upon recommendations for LLM backend integration -Lead and manage the end-to-end project lifecycle for the apps development projects, ensuring timely delivery, within budget, and meeting quality standards. - Collaborate with cr...
...learning frameworks like TensorFlow, PyTorch, or Keras. 3. Algorithm Expertise: Strong understanding of computer vision algorithms and techniques, including but not limited to convolutional neural networks (CNNs), object detection (e.g., YOLO, Faster R-CNN), image segmentation (e.g., U-Net), and feature extraction. 4. AI/ML Knowledge: In-depth knowledge of machine learning principles and experience with supervised, unsupervised, and reinforcement learning. 5. Data Handling: Experience in handling and processing large datasets, including image and video data. Familiarity with data augmentation techniques and synthetic data generation. 6. Performance Tuning: Expertise in optimizing models for deployment in real-time systems and experience with GPU acceleration (e.g., CUDA, T...
I need an expert to perform transfer learning on the VGG16 network for classifying plants. The VGG16 network was originally trained on 1000 categories of ImageNet, and we want to repurpose it for a plant classification task. The dataset will be provided(in Kaggle). The ideal freelancer for this project should: - Have an experienc...originally trained on 1000 categories of ImageNet, and we want to repurpose it for a plant classification task. The dataset will be provided(in Kaggle). The ideal freelancer for this project should: - Have an experience with transfer learning and CNNs, specifically the VGG16 network. - Be proficient in Python and have a strong understanding of machine learning libraries like TensorFlow, PyTorch, and Keras. - Be able to fine-tune the model for optimal pe...
fine tuned llama3.1 with private dataset Arabic Dataset after fine tune upload the new Model to Huggingface , Ollama the main idea to uploaded on ollama , huggingface must fined tune tow times one online google colab, and one offline on Offline GPU 4090 this will be just tow days max as tanning session for me only
I'm looking for a skilled designer to create a versatile SVG logo in white, blue, and light blue. The logo should be adaptable for different backgrounds - specifically a white background and a dark blue one. It must also be suitable for embroidery, as it ...should be distinctive yet simple enough to be easily recognized. - The design style should be 'modern and sleek', aligning with contemporary design trends. - The logo should be visually appealing and maintain its integrity when scaled up or down. - Experience with creating logos for embroidery is a plus. Please write something in your proposal to prove you have look at the example attached screenshots. I have included an example logo for reference. It is crucial that the final design looks good on both a w...
I'm looking for a skilled professional who can help me understand how to use Grad-Cam with a Keras vision transformer for feature visualization in image classification tasks. Ideal Skills: - Proficient in Keras and its vision transformer - Experienced with Grad-Cam - Familiar with image classification tasks I need someone who can guide me through this process, explaining each step clearly. Your expertise will help me visualize features and improve my understanding of the model's behavior.
We are looking for an data structure and algorithm expert or an asset allocation expert who can help us optimize the allocation of our total assets to achieve the highest Annual Perce...understanding of data structure and algorithm. You should also have programing skills but no need to be an expert. The problem and the related code is given in : The time processing for this task is less than 20 millisecond Resource: + CPU Server with RAM upto 1T, Storage 1T, 64 cores + GPU Server with GPU RTX 4090 24GB, upto 1T RAM, 1T Storage and 64 cores CPU Skills required: - Strong knowledge of investment strategies - Analytical skills - Programing skills - Data structure and algorithm skills
a 15-second 2D animated video featuring our mascot SUNRAT with SUNDOG, who is jamming to music, narrowly escaping an explosion, and escaping by blasting off to the sun with the face of "Justin Sun". The animation style should be chaotic and fun - Dramatic or hype music - Comical tone Ideal skills for thi...SUNRAT with SUNDOG, who is jamming to music, narrowly escaping an explosion, and escaping by blasting off to the sun with the face of "Justin Sun". The animation style should be chaotic and fun - Dramatic or hype music - Comical tone Ideal skills for this job include: - Basic 2D animation, particularly in creating a comedic or dramatic sequence. - Meme hype Our community Example Video Can provide some assets and text
We are looking for an data structure and algorithm expert or an asset allocation expert who can help us optimize the allocation of our total assets to achieve the highest Annual Perce...understanding of data structure and algorithm. You should also have programing skills but no need to be an expert. The problem and the related code is given in : The time processing for this task is less than 20 millisecond Resource: + CPU Server with RAM upto 1T, Storage 1T, 64 cores + GPU Server with GPU RTX 4090 24GB, upto 1T RAM, 1T Storage and 64 cores CPU Skills required: - Strong knowledge of investment strategies - Analytical skills - Programing skills - Data structure and algorithm skills
You will be asked to answer the following questions when submitting a proposal: briefly your idea or solution and how many days do you need to finish this job you read...understanding of data structure and algorithm. You should also have programing skills but no need to be an expert. The problem and the related code is given in : The time processing for this task is less than 20 millisecond Resource: + CPU Server with RAM upto 1T, Storage 1T, 64 cores + GPU Server with GPU RTX 4090 24GB, upto 1T RAM, 1T Storage and 64 cores CPU Skills required: - Strong knowledge of investment strategies - Analytical skills - Programing skills - Data structure and algorithm skills
You will be asked to answer the following questions when submitting a proposal: Describe briefly your idea or solution and how many days do you need to finish this job Have you read the...understanding of data structure and algorithm. You should also have programing skills but no need to be an expert. The problem and the related code is given in : The time processing for this task is less than 20 millisecond Resource: + CPU Server with RAM upto 1T, Storage 1T, 64 cores + GPU Server with GPU RTX 4090 24GB, upto 1T RAM, 1T Storage and 64 cores CPU Skills required: - Strong knowledge of investment strategies - Analytical skills - Programing skills - Data structure and algorithm skills
We are looking for an data str...understanding of data structure and algorithm. You should also have programing skills but no need to be an expert. The problem and the related code is given in : The time processing for this task is less than 20 millisecond Resource: + CPU Server with RAM upto 1T, Storage 1T, 64 cores + GPU Server with GPU RTX 4090 24GB, upto 1T RAM, 1T Storage and 64 cores CPU Skills required: - Strong knowledge of investment strategies - Analytical skills - Programing skills - Data structure and algorithm skills Here are some questions u need to answer. Have you read the requirement and the test project code ? Describe your recent experience with similar projects
... We are seeking an experienced AI developer to create a sophisticated application capable of analyzing product images with the following functionalities:Required Skills: Computer Vision Experience with OpenCV for image and video processing. Familiarity with object detection models like YOLO, SSD, or Faster R-CNN. Machine Learning and AI Proficiency in frameworks like TensorFlow, PyTorch, or Keras. Experience in training and validating models for detecting specific behaviors. Software Development Strong programming skills in Python. Knowledge of algorithms and data structures. Hardware Integration Experience with camera APIs to connect and capture video feeds. Ability to work with real-time video streams. Web and User Interfaces Experience with web frameworks like Flask or D...
...the GitHub repository for WTH for example. Create a table for each dataset: Date, True, Pred as column headers, and underneath them, have the exact date the test sample, have the original price of the specific date, and have the forecasted values for each timestep until the 60th day. (This should be reflected in the graphs). So I would know, e.g Jul 10th 2021, the actual price was $1211.9, I want to know the the forecasted price is for each time step until we reach 60 days later, and how that compares with the actual prices, for each time step. I also prefer to see the date of each time step so I can track it easily. So I know that if 60 days from today for example in Sept 10, the model is telling me the price of gold will be $1510 (this is just a an example), I wa...
Saya mencari seorang penulis untuk kolaborasi dengan saya membuat buku cerita anak2. Saya sudah ada tema2 nya. Saya mencari seseorang yang kreatif, mau kerja keras, bekerja sesuai deadline, jujur, menyukai anak2, mengerti anak2, dan loyal. Terima kasih.
We are looking for a developer to build a local chatbot application that interacts with users based on content extracted from PDF documents. The project should run entirely on a CPU (no GPU support required) and includes PDF ingestion, integration with a local GPT model, and a minimal chat interface. The machine learning components should be developed using Microsoft's in C# (no Python). The system can be developed on our VM system (including GIT repository to submit code directly). You can also refer to examples of open-source projects like: - ** Sentiment Analysis Demo** for simple machine learning integration in C#. - **PDFMiner with Simple Chatbot** for processing PDFs and integrating them into a chatbot. - **GPT-2 Simple Chatbot** for running a GPT model locally on a CPU
I am seeking an expert to customize the Linux version of the Chromium browser. This project involves altering WebGL and GPU information to aid in web worker fingerprint mocking. Additionally, the customized browser should work seamlessly with Playwright and be undetectable. Customization Objectives: Adjust shader precision parameters Spoof vendor and renderer identifiers Modify maximum texture size limits Mask web worker details effectively Overwrite WebRTC IP Ideal Candidates: Extensive experience in Chromium browser modification Strong knowledge of WebGL and GPU information Proven track record in browser customization for fingerprinting and security purposes Experience in creating custom browsers that integrate with Playwright and are resistant to detection
I'm looking for an expert to customize the Linux version of the Chromium browser for me. This project involves altering WebGL and GPU information to aid in web worker fingerprint mocking. Customization Requirements: - Modifying shader precision - Spoofing vendor and renderer names - Changing max texture size Ideal Candidates: - Deep understanding of Chromium browser modification - Strong knowledge in WebGL and GPU information - Proven track record in browser customization for fingerprinting purposes.
I'm looking for a skilled programmer who can translate some of my Matlab code into CUDA. The main goal of this project is to improve the performance of the code by utilizing the capabilities of the GPU. Key Tasks: - Identify and optimize matrix operations in the Matlab code; . - Translate the optimized code into CUDA. - Run speed tests on the latest GPU to measure performance improvements. Use Intel's MKL library code symv in the GPU The Matlab code primarily processes numerical data, so familiarity with handling this type of data is crucial. The ideal candidate for this job should have extensive experience in both MATLAB and CUDA programming, with a strong focus on performance optimization. Knowledge of working with numerical data is also essential. I ...
...vehicles from the YOLOv8n model and process RTSP streams. Key Requirements: I want to develop a inference engine for analytic processing of open yolo models, 1. i want to detect person and vehicles from yolo v8n model 2. i want to process rtsp stream 3. i want to process each rtsp at 2fps only 4. there should be 50 rtsp stream i need to process on single server Intel Xeon 24 core with Nvidia A2 GPU. 5. processing frame size should be 640 only 6. i want to detect person and vehicle on every camera and need alert in json 7. it should be real time 8. message queue protocol should be implemented like kafka or Zmq Although I have skipped some questions, I am open to suggestions on the main application area for this inference engine, the preferred type of output from the inference ...
...the same voice; I would like a voice unique for me and that I can imagine coming out of a real human’s mouth. I am not looking for any text-to-speech options or voice-over services. I am also not interested in purchasing voice transformations multiple times, but rather the option to change my voice on my own and the assistance in beginning to use the necessary software. Also, If a high-end GPU, CPU, and PC are needed (better than 7.85 GB RAM, 12th Gen Intel Core i7, and NVIDIA GeForce GTX 1050 Ti) then I need something else. However, if my other preferences can be upheld with higher-end specifications, I am still interested in hearing what is available to me once I have the required specifications and keeping a deal on hold until then. For context, I am lookin...
We are seeking an expert in Ollama, NextJS, and Llama3 8B to resolve a technical issue on an already configured server. We have a machine on Google Cloud Platform (GCP) with the following specifications: CPU: 8 cores RAM: 32 GB GPU: NVIDIA T4 with 15 GB of VRAM Project Details: Current Implementation: The Ollama server is configured with NextJS for Ollama and the Llama3 8B model. We have a subdomain configured for internet access. Current Issue: The model is experiencing an issue where responses are being truncated, preventing proper operation. Requirement: We are looking for a consultant with proven experience in integrating and optimizing Ollama with NextJS and Llama3 language models. The objective is to resolve the response truncation issue to ensure the server operates op...
...with my AMD GPU driver. Here's a bit more detail on what I need: - **GPU Driver Support:** The primary focus of this project is to determine why my GPU driver disconnects itself whenever I load into the multiplayer map of Arma Reforger. It's a persistent issue that I can't seem to resolve on my own, as well as externally as no one has helped... - **Game Issues Support:** As a secondary requirement, I'm also seeking assistance with the game itself. If you're familiar with Arma Reforger, your insights into potential game-related problems would be invaluable, as it could assist me in choosing the appropriate Proton version, or component in WineHQ (wine_x64) to sort this out. Ideal candidates for this project should have: - In-depth knowled...
I'm seeking a skilled Grapahan expert to develop a Linux-compatible dashboard for my NVIDIA GPU. Key Requirements: - The dashboard should visualize data primarily through graphs. - It needs to track specific GPU metrics, including: - Memory Usage - Power Consumption - Temperature Ideal Skills: - Proficiency in using Grapahan for data visualization. - Experience in developing Linux-compatible software. - Ability to create intuitive and insightful graphical representations of complex data.
I'm looking for a talented graphic designer who can create a custom vinyl ...custom vinyl sticker template for my NVIDIA GeForce RTX 3060. The primary purpose of this sticker is to enhance the aesthetic appeal of the GPU. Key Requirements: - Create a modern and sleek geometric design for the sticker that aligns with my preferences. - The sticker should be compatible with vinyl material. Ideal skills and experience: - Proficiency in graphic design, particularly in creating custom stickers. - Strong understanding of geometric design principles. - Experience in working with vinyl material for stickers would be a plus. I'm excited to see your creativity and how you can translate a geometric design into a vinyl sticker template for my GPU. Looking forward to working ...